#9C7815

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

Shades of Hacienda #9C7815

Tints of Hacienda #9C7815

Color information

#9C7815 (or 0x9C7815) is unknown color: approx Hacienda. HEX triplet: 9C, 78 and 15. RGB value is (156,120,21). Sum of RGB (Red+Green+Blue) = 156+120+21=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7815 is #6387EA. Grayscale: #777777. Windows color (decimal): -6522859 or 1407132. OLE color: 1407132.

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

Color convert

RGB15612021-
CMYK00.230.870.39
HSL44º76.27%34.71%-
HSV(B)44º86.54%61.18%-
XYZ20.5620.563.59-
YUV119.4872.43154.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=52.53%
G=40.40%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561202100.230.870.394476.2734.71
Hex9C781501757272c4c23
Octal23417025027127475411443
Binary1001110011110001010101011110101111001111011001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,120,21); }

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

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

 a { background-color: rgb(156,120,21); }

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

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

 span { border-color: rgb(156,120,21); }

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