#9D7D05

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

Shades of Hacienda #9D7D05

Tints of Hacienda #9D7D05

Color information

#9D7D05 (or 0x9D7D05) is unknown color: approx Hacienda. HEX triplet: 9D, 7D and 05. RGB value is (157,125,5). Sum of RGB (Red+Green+Blue) = 157+125+5=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7D05 is #6282FA. Grayscale: #797979. Windows color (decimal): -6456059 or 359837. OLE color: 359837.

HSL color Cylindrical-coordinate representation of color #9D7D05: hue angle of 47.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D7D05 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1571255-
CMYK00.200.970.38
HSL47.37º93.83%31.76%-
HSV(B)47.37º96.82%61.57%-
XYZ21.2721.853.24-
YUV120.8962.6153.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=54.70%
G=43.55%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157125500.200.970.3847.3793.8331.76
Hex9D7D501461262f5e20
Octal2351755024141465713640
Binary10011101111110110101010011000011001101011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,5); }

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

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

 a { background-color: rgb(157,125,5); }

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

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

 span { border-color: rgb(157,125,5); }

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