#9C8313

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

Shades of Hacienda #9C8313

Tints of Hacienda #9C8313

Color information

#9C8313 (or 0x9C8313) is unknown color: approx Hacienda. HEX triplet: 9C, 83 and 13. RGB value is (156,131,19). Sum of RGB (Red+Green+Blue) = 156+131+19=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8313 is #637CEC. Grayscale: #7E7E7E. Windows color (decimal): -6520045 or 1278876. OLE color: 1278876.

HSL color Cylindrical-coordinate representation of color #9C8313: hue angle of 49.05º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C8313 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15613119-
CMYK00.160.880.39
HSL49.05º78.29%34.31%-
HSV(B)49.05º87.82%61.18%-
XYZ21.9423.353.97-
YUV125.7167.78149.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 19 (7.81% from 255) = 6.21%
R=50.98%
G=42.81%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561311900.160.880.3949.0578.2934.31
Hex9C83130105827314e22
Octal23420323020130476111642
Binary10011100100000111001101000010110001001111100011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,19); }

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

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

 a { background-color: rgb(156,131,19); }

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

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

 span { border-color: rgb(156,131,19); }

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