#9D8712

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

Shades of Hacienda #9D8712

Tints of Hacienda #9D8712

Color information

#9D8712 (or 0x9D8712) is unknown color: approx Hacienda. HEX triplet: 9D, 87 and 12. RGB value is (157,135,18). Sum of RGB (Red+Green+Blue) = 157+135+18=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8712 is #6278ED. Grayscale: #808080. Windows color (decimal): -6453486 or 1214365. OLE color: 1214365.

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

Color convert

RGB15713518-
CMYK00.140.890.38
HSL50.5º79.43%34.31%-
HSV(B)50.5º88.54%61.57%-
XYZ22.6824.544.11-
YUV128.2465.79148.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 18 (7.42% from 255) = 5.81%
R=50.65%
G=43.55%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571351800.140.890.3850.579.4334.31
Hex9D87120E5926334f22
Octal23520722016131466311742
Binary1001110110000111100100111010110011001101100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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