#9C5B04

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

Shades of Golden Brown #9C5B04

Tints of Golden Brown #9C5B04

Color information

#9C5B04 (or 0x9C5B04) is unknown color: approx Golden Brown. HEX triplet: 9C, 5B and 04. RGB value is (156,91,4). Sum of RGB (Red+Green+Blue) = 156+91+4=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5B04 is #63A4FB. Grayscale: #646464. Windows color (decimal): -6530300 or 285596. OLE color: 285596.

HSL color Cylindrical-coordinate representation of color #9C5B04: hue angle of 34.34º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C5B04 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB156914-
CMYK00.420.970.39
HSL34.34º95%31.37%-
HSV(B)34.34º97.44%61.18%-
XYZ17.4714.562-
YUV100.5273.53167.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 62.15%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=62.15%
G=36.25%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15691400.420.970.3934.349531.37
Hex9C5B402A6127225f1f
Octal2341334052141474213737
Binary10011100101101110001010101100001100111100010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,4); }

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

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

 a { background-color: rgb(156,91,4); }

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

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

 span { border-color: rgb(156,91,4); }

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