#3C2011

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

Shades of Brown Pod #3C2011

Tints of Brown Pod #3C2011

Color information

#3C2011 (or 0x3C2011) is unknown color: approx Brown Pod. HEX triplet: 3C, 20 and 11. RGB value is (60,32,17). Sum of RGB (Red+Green+Blue) = 60+32+17=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2011 is #C3DFEE. Grayscale: #262626. Windows color (decimal): -12836847 or 1122364. OLE color: 1122364.

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

Color convert

RGB603217-
CMYK00.470.720.76
HSL20.93º55.84%15.1%-
HSV(B)20.93º71.67%23.53%-
XYZ2.482.030.79-
YUV38.66115.78143.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.05%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=55.05%
G=29.36%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60321700.470.720.7620.9355.8415.1
Hex3C201102F484C1538f
Octal744021057110114257017
Binary11110010000010001010111110010001001100101011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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