#9C820F

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

Shades of Hacienda #9C820F

Tints of Hacienda #9C820F

Color information

#9C820F (or 0x9C820F) is unknown color: approx Hacienda. HEX triplet: 9C, 82 and 0F. RGB value is (156,130,15). Sum of RGB (Red+Green+Blue) = 156+130+15=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C820F is #637DF0. Grayscale: #7D7D7D. Windows color (decimal): -6520305 or 1016476. OLE color: 1016476.

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

Color convert

RGB15613015-
CMYK00.170.900.39
HSL48.94º82.46%33.53%-
HSV(B)48.94º90.38%61.18%-
XYZ21.7823.073.76-
YUV124.6666.11150.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 15 (6.25% from 255) = 4.98%
R=51.83%
G=43.19%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561301500.170.900.3948.9482.4633.53
Hex9C82F0115A27315222
Octal23420217021132476112242
Binary1001110010000010111101000110110101001111100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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