#9C7E21

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

Shades of Hacienda #9C7E21

Tints of Hacienda #9C7E21

Color information

#9C7E21 (or 0x9C7E21) is unknown color: approx Hacienda. HEX triplet: 9C, 7E and 21. RGB value is (156,126,33). Sum of RGB (Red+Green+Blue) = 156+126+33=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E21 is #6381DE. Grayscale: #7C7C7C. Windows color (decimal): -6521311 or 2195100. OLE color: 2195100.

HSL color Cylindrical-coordinate representation of color #9C7E21: hue angle of 45.37º 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 #9C7E21 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB15612633-
CMYK00.190.790.39
HSL45.37º65.08%37.06%-
HSV(B)45.37º78.85%61.18%-
XYZ21.4522.14.57-
YUV124.3776.44150.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 33 (13.28% from 255) = 10.48%
R=49.52%
G=40%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561263300.190.790.3945.3765.0837.06
Hex9C7E210134F272d4125
Octal23417641023117475510145
Binary10011100111111010000101001110011111001111011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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