#957C18

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

Shades of Hacienda #957C18

Tints of Hacienda #957C18

Color information

#957C18 (or 0x957C18) is unknown color: approx Hacienda. HEX triplet: 95, 7C and 18. RGB value is (149,124,24). Sum of RGB (Red+Green+Blue) = 149+124+24=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #957C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C18 is #6A83E7. Grayscale: #787878. Windows color (decimal): -6980584 or 1604757. OLE color: 1604757.

HSL color Cylindrical-coordinate representation of color #957C18: hue angle of 48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #957C18 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14912424-
CMYK00.170.840.42
HSL48º72.25%33.92%-
HSV(B)48º83.89%58.43%-
XYZ19.7720.873.85-
YUV120.0873.78148.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=50.17%
G=41.75%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491242400.170.840.424872.2533.92
Hex957C18011542A304822
Octal22517430021124526011042
Binary1001010111111001100001000110101001010101100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,24); }

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

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

 a { background-color: rgb(149,124,24); }

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

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

 span { border-color: rgb(149,124,24); }

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