#937B16

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

Shades of Hacienda #937B16

Tints of Hacienda #937B16

Color information

#937B16 (or 0x937B16) is unknown color: approx Hacienda. HEX triplet: 93, 7B and 16. RGB value is (147,123,22). Sum of RGB (Red+Green+Blue) = 147+123+22=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #937B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937B16 is #6C84E9. Grayscale: #777777. Windows color (decimal): -7111914 or 1473427. OLE color: 1473427.

HSL color Cylindrical-coordinate representation of color #937B16: hue angle of 48.48º 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 #937B16 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14712322-
CMYK00.160.850.42
HSL48.48º73.96%33.14%-
HSV(B)48.48º85.03%57.65%-
XYZ19.2620.433.69-
YUV118.6673.45148.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 123 (48.44% from 255) = 42.12%
BLUE value IS 22 (8.98% from 255) = 7.53%
R=50.34%
G=42.12%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471232200.160.850.4248.4873.9633.14
Hex937B16010552A304a21
Octal22317326020125526011241
Binary1001001111110111011001000010101011010101100001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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