#9D8020

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

Shades of Hacienda #9D8020

Tints of Hacienda #9D8020

Color information

#9D8020 (or 0x9D8020) is unknown color: approx Hacienda. HEX triplet: 9D, 80 and 20. RGB value is (157,128,32). Sum of RGB (Red+Green+Blue) = 157+128+32=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8020 is #627FDF. Grayscale: #7E7E7E. Windows color (decimal): -6455264 or 2130077. OLE color: 2130077.

HSL color Cylindrical-coordinate representation of color #9D8020: hue angle of 46.08º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D8020 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB15712832-
CMYK00.180.800.38
HSL46.08º66.14%37.06%-
HSV(B)46.08º79.62%61.57%-
XYZ21.8822.714.6-
YUV125.7375.11150.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.53%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=49.53%
G=40.38%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571283200.180.800.3846.0866.1437.06
Hex9D802001250262e4225
Octal23520040022120465610245
Binary100111011000000010000001001010100001001101011101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,32); }

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

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

 a { background-color: rgb(157,128,32); }

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

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

 span { border-color: rgb(157,128,32); }

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