#9D7C08

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

Shades of Hacienda #9D7C08

Tints of Hacienda #9D7C08

Color information

#9D7C08 (or 0x9D7C08) is unknown color: approx Hacienda. HEX triplet: 9D, 7C and 08. RGB value is (157,124,8). Sum of RGB (Red+Green+Blue) = 157+124+8=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7C08 is #6283F7. Grayscale: #797979. Windows color (decimal): -6456312 or 556189. OLE color: 556189.

HSL color Cylindrical-coordinate representation of color #9D7C08: hue angle of 46.71º 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 #9D7C08 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB1571248-
CMYK00.210.950.38
HSL46.71º90.3%32.35%-
HSV(B)46.71º94.9%61.57%-
XYZ21.1621.63.28-
YUV120.6464.43153.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 8 (3.52% from 255) = 2.77%
R=54.33%
G=42.91%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157124800.210.950.3846.7190.332.35
Hex9D7C80155F262f5a20
Octal23517410025137465713240
Binary100111011111100100001010110111111001101011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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