#957E18

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

Shades of Hacienda #957E18

Tints of Hacienda #957E18

Color information

#957E18 (or 0x957E18) is unknown color: approx Hacienda. HEX triplet: 95, 7E and 18. RGB value is (149,126,24). Sum of RGB (Red+Green+Blue) = 149+126+24=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #957E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957E18 is #6A81E7. Grayscale: #797979. Windows color (decimal): -6980072 or 1605269. OLE color: 1605269.

HSL color Cylindrical-coordinate representation of color #957E18: hue angle of 48.96º 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 #957E18 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14912624-
CMYK00.150.840.42
HSL48.96º72.25%33.92%-
HSV(B)48.96º83.89%58.43%-
XYZ20.0221.383.94-
YUV121.2573.12147.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 126 (49.61% from 255) = 42.14%
BLUE value IS 24 (9.77% from 255) = 8.03%
R=49.83%
G=42.14%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491262400.150.840.4248.9672.2533.92
Hex957E180F542A314822
Octal22517630017124526111042
Binary100101011111110110000111110101001010101100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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