#9D870D

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

Shades of Hacienda #9D870D

Tints of Hacienda #9D870D

Color information

#9D870D (or 0x9D870D) is unknown color: approx Hacienda. HEX triplet: 9D, 87 and 0D. RGB value is (157,135,13). Sum of RGB (Red+Green+Blue) = 157+135+13=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D870D is #6278F2. Grayscale: #808080. Windows color (decimal): -6453491 or 886685. OLE color: 886685.

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

Color convert

RGB15713513-
CMYK00.140.920.38
HSL50.83º84.71%33.33%-
HSV(B)50.83º91.72%61.57%-
XYZ22.6424.533.92-
YUV127.6763.29148.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.48%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 13 (5.47% from 255) = 4.26%
R=51.48%
G=44.26%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571351300.140.920.3850.8384.7133.33
Hex9D87D0E5C26335521
Octal23520715016134466312541
Binary100111011000011111010111010111001001101100111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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