#957D18

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

Shades of Hacienda #957D18

Tints of Hacienda #957D18

Color information

#957D18 (or 0x957D18) is unknown color: approx Hacienda. HEX triplet: 95, 7D and 18. RGB value is (149,125,24). Sum of RGB (Red+Green+Blue) = 149+125+24=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #957D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957D18 is #6A82E7. Grayscale: #797979. Windows color (decimal): -6980328 or 1605013. OLE color: 1605013.

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

Color convert

RGB14912524-
CMYK00.160.840.42
HSL48.48º72.25%33.92%-
HSV(B)48.48º83.89%58.43%-
XYZ19.8921.123.89-
YUV120.6673.45148.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 24 (9.77% from 255) = 8.05%
R=50%
G=41.95%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491252400.160.840.4248.4872.2533.92
Hex957D18010542A304822
Octal22517530020124526011042
Binary1001010111111011100001000010101001010101100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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