#3C2520

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

Shades of Brown Pod #3C2520

Tints of Brown Pod #3C2520

Color information

#3C2520 (or 0x3C2520) is unknown color: approx Brown Pod. HEX triplet: 3C, 25 and 20. RGB value is (60,37,32). Sum of RGB (Red+Green+Blue) = 60+37+32=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2520 is #C3DADF. Grayscale: #2B2B2B. Windows color (decimal): -12835552 or 2106684. OLE color: 2106684.

HSL color Cylindrical-coordinate representation of color #3C2520: hue angle of 10.71º 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 #3C2520 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB603732-
CMYK00.380.470.76
HSL10.71º30.43%18.04%-
HSV(B)10.71º46.67%23.53%-
XYZ2.792.391.68-
YUV43.31121.62139.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.51%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=46.51%
G=28.68%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60373200.380.470.7610.7130.4318.04
Hex3C25200262F4Cb1e12
Octal74454004657114133622
Binary1111001001011000000100110101111100110010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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