Shades of Brown Pod #352420
Tints of Brown Pod #352420
RGB
CMYK
RGB Variations
Color information
#352420 (or 0x352420) is known color: Brown Pod. HEX triplet: 35, 24 and 20. RGB value is (53,36,32). Sum of RGB (Red+Green+Blue) = 53+36+32=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352420 is #CADBDF. Grayscale: #282828. Windows color (decimal): -13294560 or 2106421. OLE color: 2106421.
HSL color Cylindrical-coordinate representation of color #352420: hue angle of 11.43º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352420 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 36 | 32 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.79 |
| HSL | 11.43º | 0.25% | 0.17% | - |
| HSV(B) | 11.43º | 0.4% | 0.21% | - |
| XYZ | 2.36 | 2.12 | 1.65 | - |
| YUV | 40.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 32 | 0 | 0.32 | 0.40 | 0.79 | 11.43 | 0.25 | 0.17 |
| Hex | 35 | 24 | 20 | 0 | 20 | 28 | 4F | B | 19 | 11 |
| Octal | 65 | 44 | 40 | 0 | 40 | 50 | 117 | 13 | 31 | 21 |
| Binary | 110101 | 100100 | 100000 | 0 | 100000 | 101000 | 1001111 | 1011 | 11001 | 10001 |
Color Harmonies of #352420
Complementary color
Monochromatic Colors of #352420
Black with #352420
Text Example
Text Example
White with #352420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352420; }
p { color: rgb(53,36,32); }
H1.HeaderClassName
{
color: #352420;
}
.AnyTagClassName
{
color: #352420;
}
</style>
background-color css
<style>
a { background-color: #352420; }
a { background-color: rgb(53,36,32); }
div.DivClassName
{
background-color: #352420;
}
.BgClassName
{
background-color: #352420;
}
</style>
border-color css
<style>
span { border-color: #352420; }
span { border-color: rgb(53,36,32); }
td.TdClassName
{
border-color: #352420;
}
.TagClassName
{
border-color: #352420;
}
</style>