#937D16

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

Shades of Hacienda #937D16

Tints of Hacienda #937D16

Color information

#937D16 (or 0x937D16) is unknown color: approx Hacienda. HEX triplet: 93, 7D and 16. RGB value is (147,125,22). Sum of RGB (Red+Green+Blue) = 147+125+22=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #937D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937D16 is #6C82E9. Grayscale: #787878. Windows color (decimal): -7111402 or 1473939. OLE color: 1473939.

HSL color Cylindrical-coordinate representation of color #937D16: hue angle of 49.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #937D16 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14712522-
CMYK00.150.850.42
HSL49.44º73.96%33.14%-
HSV(B)49.44º85.03%57.65%-
XYZ19.5120.933.77-
YUV119.8472.79147.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=50%
G=42.52%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471252200.150.850.4249.4473.9633.14
Hex937D160F552A314a21
Octal22317526017125526111241
Binary100100111111101101100111110101011010101100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937D16; }

 p { color: rgb(147,125,22); }

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

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

 a { background-color: rgb(147,125,22); }

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

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

 span { border-color: rgb(147,125,22); }

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