#9c7417

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

Shades of Hacienda #9C7417

Tints of Hacienda #9C7417

Color information

#9C7417 (or 0x9C7417) is unknown color: approx Hacienda. HEX triplet: 9C, 74 and 17. RGB value is (156,116,23). Sum of RGB (Red+Green+Blue) = 156+116+23=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7417 is #638BE8. Grayscale: #757575. Windows color (decimal): -6523881 or 1537180. OLE color: 1537180.

HSL color Cylindrical-coordinate representation of color #9C7417: hue angle of 41.95º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C7417 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB15611623-
CMYK00.260.850.39
HSL41.95º74.3%35.1%-
HSV(B)41.95º85.26%61.18%-
XYZ20.1119.623.54-
YUV117.3674.75155.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=52.88%
G=39.32%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561162300.260.850.3941.9574.335.1
Hex9C741701A55272a4a23
Octal23416427032125475211243
Binary1001110011101001011101101010101011001111010101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c7417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,23); }

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

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

 a { background-color: rgb(156,116,23); }

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

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

 span { border-color: rgb(156,116,23); }

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