#9c5e11

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

Shades of Golden Brown #9C5E11

Tints of Golden Brown #9C5E11

Color information

#9C5E11 (or 0x9C5E11) is unknown color: approx Golden Brown. HEX triplet: 9C, 5E and 11. RGB value is (156,94,17). Sum of RGB (Red+Green+Blue) = 156+94+17=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5E11 is #63A1EE. Grayscale: #686868. Windows color (decimal): -6529519 or 1138332. OLE color: 1138332.

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

Color convert

RGB1569417-
CMYK00.400.890.39
HSL33.24º80.35%33.92%-
HSV(B)33.24º89.1%61.18%-
XYZ17.8115.112.51-
YUV103.7679.04165.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 17 (7.03% from 255) = 6.37%
R=58.43%
G=35.21%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156941700.400.890.3933.2480.3533.92
Hex9C5E110285927215022
Octal23413621050131474112042
Binary10011100101111010001010100010110011001111000011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5e11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,17); }

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

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

 a { background-color: rgb(156,94,17); }

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

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

 span { border-color: rgb(156,94,17); }

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