#9C821C

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

Shades of Hacienda #9C821C

Tints of Hacienda #9C821C

Color information

#9C821C (or 0x9C821C) is unknown color: approx Hacienda. HEX triplet: 9C, 82 and 1C. RGB value is (156,130,28). Sum of RGB (Red+Green+Blue) = 156+130+28=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C821C is #637DE3. Grayscale: #7E7E7E. Windows color (decimal): -6520292 or 1868444. OLE color: 1868444.

HSL color Cylindrical-coordinate representation of color #9C821C: hue angle of 47.81º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C821C is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB15613028-
CMYK00.170.820.39
HSL47.81º69.57%36.08%-
HSV(B)47.81º82.05%61.18%-
XYZ21.923.124.41-
YUV126.1572.61149.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.68%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=49.68%
G=41.40%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561302800.170.820.3947.8169.5736.08
Hex9C821C0115227304624
Octal23420234021122476010644
Binary10011100100000101110001000110100101001111100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C821C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,28); }

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

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

 a { background-color: rgb(156,130,28); }

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

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

 span { border-color: rgb(156,130,28); }

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