#957d10

Color #957D10 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #957D10

Tints of Hacienda #957D10

Color information

#957D10 (or 0x957D10) is unknown color: approx Hacienda. HEX triplet: 95, 7D and 10. RGB value is (149,125,16). Sum of RGB (Red+Green+Blue) = 149+125+16=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #957D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D10 is #6A82EF. Grayscale: #787878. Windows color (decimal): -6980336 or 1080725. OLE color: 1080725.

HSL color Cylindrical-coordinate representation of color #957D10: hue angle of 49.17º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #957D10 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14912516-
CMYK00.160.890.42
HSL49.17º80.61%32.35%-
HSV(B)49.17º89.26%58.43%-
XYZ19.8221.093.52-
YUV119.7569.45148.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 16 (6.64% from 255) = 5.52%
R=51.38%
G=43.10%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491251600.160.890.4249.1780.6132.35
Hex957D10010592A315120
Octal22517520020131526112140
Binary1001010111111011000001000010110011010101100011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957d10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957d10; }

 p { color: rgb(149,125,16); }

 H1.HeaderClassName
 {
   color: #957d10;
 }
 .AnyTagClassName
 {
   color: #957d10;
 }
</style>
background-color css

<style>
 a { background-color: #957d10; }

 a { background-color: rgb(149,125,16); }

 div.DivClassName
 {
   background-color: #957d10;
 }
 .BgClassName
 {
   background-color: #957d10;
 }
</style>
border-color css

<style>
 span { border-color: #957d10; }

 span { border-color: rgb(149,125,16); }

 td.TdClassName
 {
   border-color: #957d10;
 }
 .TagClassName
 {
   border-color: #957d10;
 }
</style>