#9C5505

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

Shades of Golden Brown #9C5505

Tints of Golden Brown #9C5505

Color information

#9C5505 (or 0x9C5505) is unknown color: approx Golden Brown. HEX triplet: 9C, 55 and 05. RGB value is (156,85,5). Sum of RGB (Red+Green+Blue) = 156+85+5=246 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.41% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5505 is #63AAFA. Grayscale: #616161. Windows color (decimal): -6531835 or 349596. OLE color: 349596.

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

Color convert

RGB156855-
CMYK00.460.970.39
HSL31.79º93.79%31.57%-
HSV(B)31.79º96.79%61.18%-
XYZ16.9913.581.87-
YUV97.1176.02170-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.41%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=63.41%
G=34.55%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15685500.460.970.3931.7993.7931.57
Hex9C55502E6127205e20
Octal2341255056141474013640
Binary100111001010101101010111011000011001111000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,5); }

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

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

 a { background-color: rgb(156,85,5); }

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

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

 span { border-color: rgb(156,85,5); }

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