#3C211B

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

Shades of Brown Pod #3C211B

Tints of Brown Pod #3C211B

Color information

#3C211B (or 0x3C211B) is unknown color: approx Brown Pod. HEX triplet: 3C, 21 and 1B. RGB value is (60,33,27). Sum of RGB (Red+Green+Blue) = 60+33+27=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C211B is #C3DEE4. Grayscale: #282828. Windows color (decimal): -12836581 or 1777980. OLE color: 1777980.

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

Color convert

RGB603327-
CMYK00.450.550.76
HSL10.91º37.93%17.06%-
HSV(B)10.91º55%23.53%-
XYZ2.612.131.31-
YUV40.39120.45141.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=50%
G=27.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60332700.450.550.7610.9137.9317.06
Hex3C211B02D374Cb2611
Octal74413305567114134621
Binary1111001000011101101011011101111001100101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,27); }

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

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

 a { background-color: rgb(60,33,27); }

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

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

 span { border-color: rgb(60,33,27); }

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