#9D871C

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

Shades of Hacienda #9D871C

Tints of Hacienda #9D871C

Color information

#9D871C (or 0x9D871C) is unknown color: approx Hacienda. HEX triplet: 9D, 87 and 1C. RGB value is (157,135,28). Sum of RGB (Red+Green+Blue) = 157+135+28=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D871C is #6278E3. Grayscale: #818181. Windows color (decimal): -6453476 or 1869725. OLE color: 1869725.

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

Color convert

RGB15713528-
CMYK00.140.820.38
HSL49.77º69.73%36.27%-
HSV(B)49.77º82.17%61.57%-
XYZ22.7824.584.64-
YUV129.3870.79147.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 28 (11.33% from 255) = 8.75%
R=49.06%
G=42.19%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571352800.140.820.3849.7769.7336.27
Hex9D871C0E5226324624
Octal23520734016122466210644
Binary1001110110000111111000111010100101001101100101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D871C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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