#9D8216

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

Shades of Hacienda #9D8216

Tints of Hacienda #9D8216

Color information

#9D8216 (or 0x9D8216) is unknown color: approx Hacienda. HEX triplet: 9D, 82 and 16. RGB value is (157,130,22). Sum of RGB (Red+Green+Blue) = 157+130+22=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8216 is #627DE9. Grayscale: #7E7E7E. Windows color (decimal): -6454762 or 1475229. OLE color: 1475229.

HSL color Cylindrical-coordinate representation of color #9D8216: hue angle of 48º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D8216 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB15713022-
CMYK00.170.860.38
HSL48º75.42%35.1%-
HSV(B)48º85.99%61.57%-
XYZ22.0323.194.07-
YUV125.7669.45150.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 22 (8.98% from 255) = 7.12%
R=50.81%
G=42.07%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571302200.170.860.384875.4235.1
Hex9D82160115626304b23
Octal23520226021126466011343
Binary10011101100000101011001000110101101001101100001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D8216; }

 p { color: rgb(157,130,22); }

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

<style>
 a { background-color: #9D8216; }

 a { background-color: rgb(157,130,22); }

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

<style>
 span { border-color: #9D8216; }

 span { border-color: rgb(157,130,22); }

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