#9D7E0B

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

Shades of Hacienda #9D7E0B

Tints of Hacienda #9D7E0B

Color information

#9D7E0B (or 0x9D7E0B) is unknown color: approx Hacienda. HEX triplet: 9D, 7E and 0B. RGB value is (157,126,11). Sum of RGB (Red+Green+Blue) = 157+126+11=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7E0B is #6281F4. Grayscale: #7A7A7A. Windows color (decimal): -6455797 or 753309. OLE color: 753309.

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

Color convert

RGB15712611-
CMYK00.200.930.38
HSL47.26º86.9%32.94%-
HSV(B)47.26º92.99%61.57%-
XYZ21.4322.113.46-
YUV122.1665.27152.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 11 (4.69% from 255) = 3.74%
R=53.40%
G=42.86%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571261100.200.930.3847.2686.932.94
Hex9D7EB0145D262f5721
Octal23517613024135465712741
Binary100111011111110101101010010111011001101011111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,11); }

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

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

 a { background-color: rgb(157,126,11); }

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

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

 span { border-color: rgb(157,126,11); }

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