#9C8027

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

Shades of Hacienda #9C8027

Tints of Hacienda #9C8027

Color information

#9C8027 (or 0x9C8027) is unknown color: approx Hacienda. HEX triplet: 9C, 80 and 27. RGB value is (156,128,39). Sum of RGB (Red+Green+Blue) = 156+128+39=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8027 is #637FD8. Grayscale: #7E7E7E. Windows color (decimal): -6520793 or 2588828. OLE color: 2588828.

HSL color Cylindrical-coordinate representation of color #9C8027: hue angle of 45.64º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C8027 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB15612839-
CMYK00.180.750.39
HSL45.64º60%38.24%-
HSV(B)45.64º75%61.18%-
XYZ21.822.655.14-
YUV126.2378.78149.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=48.30%
G=39.63%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561283900.180.750.3945.646038.24
Hex9C80270124B272e3c26
Octal2342004702211347567446
Binary10011100100000001001110100101001011100111101110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,39); }

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

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

 a { background-color: rgb(156,128,39); }

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

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

 span { border-color: rgb(156,128,39); }

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