#957612

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

Shades of Hacienda #957612

Tints of Hacienda #957612

Color information

#957612 (or 0x957612) is unknown color: approx Hacienda. HEX triplet: 95, 76 and 12. RGB value is (149,118,18). Sum of RGB (Red+Green+Blue) = 149+118+18=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957612 is #6A89ED. Grayscale: #747474. Windows color (decimal): -6982126 or 1210005. OLE color: 1210005.

HSL color Cylindrical-coordinate representation of color #957612: hue angle of 45.8º 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 #957612 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14911818-
CMYK00.210.880.42
HSL45.8º78.44%32.75%-
HSV(B)45.8º87.92%58.43%-
XYZ18.9819.393.31-
YUV115.8772.77151.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=52.28%
G=41.40%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491181800.210.880.4245.878.4432.75
Hex957612015582A2e4e21
Octal22516622025130525611641
Binary1001010111101101001001010110110001010101011101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957612; }

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

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

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

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

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

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

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

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