#9D820E

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

Shades of Hacienda #9D820E

Tints of Hacienda #9D820E

Color information

#9D820E (or 0x9D820E) is unknown color: approx Hacienda. HEX triplet: 9D, 82 and 0E. RGB value is (157,130,14). Sum of RGB (Red+Green+Blue) = 157+130+14=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D820E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D820E is #627DF1. Grayscale: #7D7D7D. Windows color (decimal): -6454770 or 950941. OLE color: 950941.

HSL color Cylindrical-coordinate representation of color #9D820E: hue angle of 48.67º 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 #9D820E is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15713014-
CMYK00.170.910.38
HSL48.67º83.63%33.53%-
HSV(B)48.67º91.08%61.57%-
XYZ21.9723.173.73-
YUV124.8565.45150.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.16%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 14 (5.86% from 255) = 4.65%
R=52.16%
G=43.19%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571301400.170.910.3848.6783.6333.53
Hex9D82E0115B26315422
Octal23520216021133466112442
Binary1001110110000010111001000110110111001101100011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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