#9D7D08

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

Shades of Hacienda #9D7D08

Tints of Hacienda #9D7D08

Color information

#9D7D08 (or 0x9D7D08) is unknown color: approx Hacienda. HEX triplet: 9D, 7D and 08. RGB value is (157,125,8). Sum of RGB (Red+Green+Blue) = 157+125+8=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7D08 is #6282F7. Grayscale: #797979. Windows color (decimal): -6456056 or 556445. OLE color: 556445.

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

Color convert

RGB1571258-
CMYK00.200.950.38
HSL47.11º90.3%32.35%-
HSV(B)47.11º94.9%61.57%-
XYZ21.2821.853.33-
YUV121.2364.1153.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 8 (3.52% from 255) = 2.76%
R=54.14%
G=43.10%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157125800.200.950.3847.1190.332.35
Hex9D7D80145F262f5a20
Octal23517510024137465713240
Binary100111011111101100001010010111111001101011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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