#3C201D

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

Shades of Brown Pod #3C201D

Tints of Brown Pod #3C201D

Color information

#3C201D (or 0x3C201D) is unknown color: approx Brown Pod. HEX triplet: 3C, 20 and 1D. RGB value is (60,32,29). Sum of RGB (Red+Green+Blue) = 60+32+29=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C201D is #C3DFE2. Grayscale: #282828. Windows color (decimal): -12836835 or 1908796. OLE color: 1908796.

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

Color convert

RGB603229-
CMYK00.470.520.76
HSL5.81º34.83%17.45%-
HSV(B)5.81º51.67%23.53%-
XYZ2.62.081.43-
YUV40.03121.78142.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.59%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=49.59%
G=26.45%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60322900.470.520.765.8134.8317.45
Hex3C201D02F344C62311
Octal7440350576411464321
Binary111100100000111010101111110100100110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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