#9C802C

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

Shades of Hacienda #9C802C

Tints of Hacienda #9C802C

Color information

#9C802C (or 0x9C802C) is unknown color: approx Hacienda. HEX triplet: 9C, 80 and 2C. RGB value is (156,128,44). Sum of RGB (Red+Green+Blue) = 156+128+44=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C802C is #637FD3. Grayscale: #7F7F7F. Windows color (decimal): -6520788 or 2916508. OLE color: 2916508.

HSL color Cylindrical-coordinate representation of color #9C802C: hue angle of 45º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C802C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB15612844-
CMYK00.180.720.39
HSL45º56%39.22%-
HSV(B)45º71.79%61.18%-
XYZ21.8822.695.61-
YUV126.881.28148.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 44 (17.58% from 255) = 13.41%
R=47.56%
G=39.02%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561284400.180.720.39455639.22
Hex9C802C01248272d3827
Octal2342005402211047557047
Binary10011100100000001011000100101001000100111101101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,44); }

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

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

 a { background-color: rgb(156,128,44); }

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

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

 span { border-color: rgb(156,128,44); }

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