Shades of Brown Pod #3A200D
Tints of Brown Pod #3A200D
RGB
CMYK
RGB Variations
Color information
#3A200D (or 0x3A200D) is known color: Brown Pod. HEX triplet: 3A, 20 and 0D. RGB value is (58,32,13). Sum of RGB (Red+Green+Blue) = 58+32+13=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A200D is #C5DFF2. Grayscale: #252525. Windows color (decimal): -12967923 or 860218. OLE color: 860218.
HSL color Cylindrical-coordinate representation of color #3A200D: hue angle of 25.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A200D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 32 | 13 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.77 |
| HSL | 25.33º | 0.63% | 0.14% | - |
| HSV(B) | 25.33º | 0.78% | 0.23% | - |
| XYZ | 2.33 | 1.96 | 0.64 | - |
| YUV | 37.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 13 | 0 | 0.45 | 0.78 | 0.77 | 25.33 | 0.63 | 0.14 |
| Hex | 3A | 20 | D | 0 | 2D | 4E | 4D | 19 | 3F | E |
| Octal | 72 | 40 | 15 | 0 | 55 | 116 | 115 | 31 | 77 | 16 |
| Binary | 111010 | 100000 | 1101 | 0 | 101101 | 1001110 | 1001101 | 11001 | 111111 | 1110 |
Color Harmonies of #3A200D
Complementary color
Monochromatic Colors of #3A200D
Black with #3A200D
Text Example
Text Example
White with #3A200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A200D; }
p { color: rgb(58,32,13); }
H1.HeaderClassName
{
color: #3A200D;
}
.AnyTagClassName
{
color: #3A200D;
}
</style>
background-color css
<style>
a { background-color: #3A200D; }
a { background-color: rgb(58,32,13); }
div.DivClassName
{
background-color: #3A200D;
}
.BgClassName
{
background-color: #3A200D;
}
</style>
border-color css
<style>
span { border-color: #3A200D; }
span { border-color: rgb(58,32,13); }
td.TdClassName
{
border-color: #3A200D;
}
.TagClassName
{
border-color: #3A200D;
}
</style>