Shades of Brown Pod #3C200D
Tints of Brown Pod #3C200D
RGB
CMYK
RGB Variations
Color information
#3C200D (or 0x3C200D) is known color: Brown Pod. HEX triplet: 3C, 20 and 0D. RGB value is (60,32,13). Sum of RGB (Red+Green+Blue) = 60+32+13=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C200D is #C3DFF2. Grayscale: #262626. Windows color (decimal): -12836851 or 860220. OLE color: 860220.
HSL color Cylindrical-coordinate representation of color #3C200D: hue angle of 24.26º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C200D is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 13 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.76 |
| HSL | 24.26º | 0.64% | 0.14% | - |
| HSV(B) | 24.26º | 0.78% | 0.24% | - |
| XYZ | 2.45 | 2.02 | 0.64 | - |
| YUV | 38.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 13 | 0 | 0.47 | 0.78 | 0.76 | 24.26 | 0.64 | 0.14 |
| Hex | 3C | 20 | D | 0 | 2F | 4E | 4C | 18 | 40 | E |
| Octal | 74 | 40 | 15 | 0 | 57 | 116 | 114 | 30 | 100 | 16 |
| Binary | 111100 | 100000 | 1101 | 0 | 101111 | 1001110 | 1001100 | 11000 | 1000000 | 1110 |
Color Harmonies of #3C200D
Complementary color
Monochromatic Colors of #3C200D
Black with #3C200D
Text Example
Text Example
White with #3C200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C200D; }
p { color: rgb(60,32,13); }
H1.HeaderClassName
{
color: #3C200D;
}
.AnyTagClassName
{
color: #3C200D;
}
</style>
background-color css
<style>
a { background-color: #3C200D; }
a { background-color: rgb(60,32,13); }
div.DivClassName
{
background-color: #3C200D;
}
.BgClassName
{
background-color: #3C200D;
}
</style>
border-color css
<style>
span { border-color: #3C200D; }
span { border-color: rgb(60,32,13); }
td.TdClassName
{
border-color: #3C200D;
}
.TagClassName
{
border-color: #3C200D;
}
</style>