#9D880E

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

Shades of Hacienda #9D880E

Tints of Hacienda #9D880E

Color information

#9D880E (or 0x9D880E) is unknown color: approx Hacienda. HEX triplet: 9D, 88 and 0E. RGB value is (157,136,14). Sum of RGB (Red+Green+Blue) = 157+136+14=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D880E is #6277F1. Grayscale: #808080. Windows color (decimal): -6453234 or 952477. OLE color: 952477.

HSL color Cylindrical-coordinate representation of color #9D880E: hue angle of 51.19º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D880E is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15713614-
CMYK00.130.910.38
HSL51.19º83.63%33.53%-
HSV(B)51.19º91.08%61.57%-
XYZ22.7924.814-
YUV128.3763.46148.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.14%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 14 (5.86% from 255) = 4.56%
R=51.14%
G=44.30%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571361400.130.910.3851.1983.6333.53
Hex9D88E0D5B26335422
Octal23521016015133466312442
Binary100111011000100011100110110110111001101100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,14); }

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

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

 a { background-color: rgb(157,136,14); }

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

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

 span { border-color: rgb(157,136,14); }

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