#9D870A

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

Shades of Hacienda #9D870A

Tints of Hacienda #9D870A

Color information

#9D870A (or 0x9D870A) is unknown color: approx Hacienda. HEX triplet: 9D, 87 and 0A. RGB value is (157,135,10). Sum of RGB (Red+Green+Blue) = 157+135+10=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D870A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D870A is #6278F5. Grayscale: #7F7F7F. Windows color (decimal): -6453494 or 690077. OLE color: 690077.

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

Color convert

RGB15713510-
CMYK00.140.940.38
HSL51.02º88.02%32.75%-
HSV(B)51.02º93.63%61.57%-
XYZ22.6224.523.83-
YUV127.3361.79149.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 10 (4.30% from 255) = 3.31%
R=51.99%
G=44.70%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571351000.140.940.3851.0288.0232.75
Hex9D87A0E5E26335821
Octal23520712016136466313041
Binary100111011000011110100111010111101001101100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,10); }

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

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

 a { background-color: rgb(157,135,10); }

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

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

 span { border-color: rgb(157,135,10); }

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