Shades of Brown Pod #3C211E
Tints of Brown Pod #3C211E
RGB
CMYK
RGB Variations
Color information
#3C211E (or 0x3C211E) is known color: Brown Pod. HEX triplet: 3C, 21 and 1E. RGB value is (60,33,30). Sum of RGB (Red+Green+Blue) = 60+33+30=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C211E is #C3DEE1. Grayscale: #282828. Windows color (decimal): -12836578 or 1974588. OLE color: 1974588.
HSL color Cylindrical-coordinate representation of color #3C211E: hue angle of 6º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C211E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 33 | 30 | - |
CMYK | 0 | 0.45 | 0.50 | 0.76 |
HSL | 6º | 0.33% | 0.18% | - |
HSV(B) | 6º | 0.5% | 0.24% | - |
XYZ | 2.64 | 2.14 | 1.5 | - |
YUV | 40.73 | 121.95 | 141.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 33 | 30 | 0 | 0.45 | 0.50 | 0.76 | 6 | 0.33 | 0.18 |
Hex | 3C | 21 | 1E | 0 | 2D | 32 | 4C | 6 | 21 | 12 |
Octal | 74 | 41 | 36 | 0 | 55 | 62 | 114 | 6 | 41 | 22 |
Binary | 111100 | 100001 | 11110 | 0 | 101101 | 110010 | 1001100 | 110 | 100001 | 10010 |
Color Harmonies of #3C211E
Complementary color
Monochromatic Colors of #3C211E
Black with #3C211E
Text Example
Text Example
White with #3C211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C211E; }
p { color: rgb(60,33,30); }
H1.HeaderClassName
{
color: #3C211E;
}
.AnyTagClassName
{
color: #3C211E;
}
</style>
background-color css
<style>
a { background-color: #3C211E; }
a { background-color: rgb(60,33,30); }
div.DivClassName
{
background-color: #3C211E;
}
.BgClassName
{
background-color: #3C211E;
}
</style>
border-color css
<style>
span { border-color: #3C211E; }
span { border-color: rgb(60,33,30); }
td.TdClassName
{
border-color: #3C211E;
}
.TagClassName
{
border-color: #3C211E;
}
</style>