#957712

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

Shades of Hacienda #957712

Tints of Hacienda #957712

Color information

#957712 (or 0x957712) is unknown color: approx Hacienda. HEX triplet: 95, 77 and 12. RGB value is (149,119,18). Sum of RGB (Red+Green+Blue) = 149+119+18=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957712 is #6A88ED. Grayscale: #747474. Windows color (decimal): -6981870 or 1210261. OLE color: 1210261.

HSL color Cylindrical-coordinate representation of color #957712: hue angle of 46.26º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #957712 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14911918-
CMYK00.200.880.42
HSL46.26º78.44%32.75%-
HSV(B)46.26º87.92%58.43%-
XYZ19.119.633.35-
YUV116.4672.44151.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=52.10%
G=41.61%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491191800.200.880.4246.2678.4432.75
Hex957712014582A2e4e21
Octal22516722024130525611641
Binary1001010111101111001001010010110001010101011101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957712; }

 p { color: rgb(149,119,18); }

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

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

 a { background-color: rgb(149,119,18); }

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

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

 span { border-color: rgb(149,119,18); }

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