#3C2420

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

Shades of Brown Pod #3C2420

Tints of Brown Pod #3C2420

Color information

#3C2420 (or 0x3C2420) is unknown color: approx Brown Pod. HEX triplet: 3C, 24 and 20. RGB value is (60,36,32). Sum of RGB (Red+Green+Blue) = 60+36+32=128 (16% of max value = 765). Red value is 60 (23.83% from 255 or 46.88% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2420 is #C3DBDF. Grayscale: #2A2A2A. Windows color (decimal): -12835808 or 2106428. OLE color: 2106428.

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

Color convert

RGB603632-
CMYK00.400.470.76
HSL8.57º30.43%18.04%-
HSV(B)8.57º46.67%23.53%-
XYZ2.762.331.67-
YUV42.72121.95140.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.88%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 32 (12.89% from 255) = 25%
R=46.88%
G=28.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60363200.400.470.768.5730.4318.04
Hex3C24200282F4C91e12
Octal74444005057114113622
Binary1111001001001000000101000101111100110010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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