#9C820B

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

Shades of Hacienda #9C820B

Tints of Hacienda #9C820B

Color information

#9C820B (or 0x9C820B) is unknown color: approx Hacienda. HEX triplet: 9C, 82 and 0B. RGB value is (156,130,11). Sum of RGB (Red+Green+Blue) = 156+130+11=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C820B is #637DF4. Grayscale: #7C7C7C. Windows color (decimal): -6520309 or 754332. OLE color: 754332.

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

Color convert

RGB15613011-
CMYK00.170.930.39
HSL49.24º86.83%32.75%-
HSV(B)49.24º92.95%61.18%-
XYZ21.7523.063.62-
YUV124.2164.11150.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.53%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=52.53%
G=43.77%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561301100.170.930.3949.2486.8332.75
Hex9C82B0115D27315721
Octal23420213021135476112741
Binary1001110010000010101101000110111011001111100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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