#9D7A15

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

Shades of Hacienda #9D7A15

Tints of Hacienda #9D7A15

Color information

#9D7A15 (or 0x9D7A15) is unknown color: approx Hacienda. HEX triplet: 9D, 7A and 15. RGB value is (157,122,21). Sum of RGB (Red+Green+Blue) = 157+122+21=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7A15 is #6285EA. Grayscale: #797979. Windows color (decimal): -6456811 or 1407645. OLE color: 1407645.

HSL color Cylindrical-coordinate representation of color #9D7A15: hue angle of 44.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D7A15 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15712221-
CMYK00.220.870.38
HSL44.56º76.4%34.9%-
HSV(B)44.56º86.62%61.57%-
XYZ2121.143.68-
YUV120.9571.6153.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.33%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 21 (8.59% from 255) = 7%
R=52.33%
G=40.67%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571222100.220.870.3844.5676.434.9
Hex9D7A1501657262d4c23
Octal23517225026127465511443
Binary1001110111110101010101011010101111001101011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,122,21); }

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

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

 a { background-color: rgb(157,122,21); }

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

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

 span { border-color: rgb(157,122,21); }

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