#9C8121

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

Shades of Hacienda #9C8121

Tints of Hacienda #9C8121

Color information

#9C8121 (or 0x9C8121) is unknown color: approx Hacienda. HEX triplet: 9C, 81 and 21. RGB value is (156,129,33). Sum of RGB (Red+Green+Blue) = 156+129+33=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8121 is #637EDE. Grayscale: #7E7E7E. Windows color (decimal): -6520543 or 2195868. OLE color: 2195868.

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

Color convert

RGB15612933-
CMYK00.170.790.39
HSL46.83º65.08%37.06%-
HSV(B)46.83º78.85%61.18%-
XYZ21.8422.884.7-
YUV126.1375.45149.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 33 (13.28% from 255) = 10.38%
R=49.06%
G=40.57%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561293300.170.790.3946.8365.0837.06
Hex9C81210114F272f4125
Octal23420141021117475710145
Binary100111001000000110000101000110011111001111011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,33); }

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

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

 a { background-color: rgb(156,129,33); }

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

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

 span { border-color: rgb(156,129,33); }

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