#9C7927

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

Shades of Hacienda #9C7927

Tints of Hacienda #9C7927

Color information

#9C7927 (or 0x9C7927) is unknown color: approx Hacienda. HEX triplet: 9C, 79 and 27. RGB value is (156,121,39). Sum of RGB (Red+Green+Blue) = 156+121+39=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7927 is #6386D8. Grayscale: #7A7A7A. Windows color (decimal): -6522585 or 2587036. OLE color: 2587036.

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

Color convert

RGB15612139-
CMYK00.220.750.39
HSL42.05º60%38.24%-
HSV(B)42.05º75%61.18%-
XYZ20.9120.894.85-
YUV122.1281.1152.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.37%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=49.37%
G=38.29%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561213900.220.750.3942.056038.24
Hex9C79270164B272a3c26
Octal2341714702611347527446
Binary1001110011110011001110101101001011100111101010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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