#3C2010

Color #3C2010 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #3C2010

Tints of Brown Pod #3C2010

Color information

#3C2010 (or 0x3C2010) is unknown color: approx Brown Pod. HEX triplet: 3C, 20 and 10. RGB value is (60,32,16). Sum of RGB (Red+Green+Blue) = 60+32+16=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2010 is #C3DFEF. Grayscale: #262626. Windows color (decimal): -12836848 or 1056828. OLE color: 1056828.

HSL color Cylindrical-coordinate representation of color #3C2010: hue angle of 21.82º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C2010 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB603216-
CMYK00.470.730.76
HSL21.82º57.89%14.9%-
HSV(B)21.82º73.33%23.53%-
XYZ2.472.030.75-
YUV38.55115.28143.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=55.56%
G=29.63%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60321600.470.730.7621.8257.8914.9
Hex3C201002F494C163af
Octal744020057111114267217
Binary11110010000010000010111110010011001100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2010; }

 p { color: rgb(60,32,16); }

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

<style>
 a { background-color: #3C2010; }

 a { background-color: rgb(60,32,16); }

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

<style>
 span { border-color: #3C2010; }

 span { border-color: rgb(60,32,16); }

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