Shades of Brown Pod #352520
Tints of Brown Pod #352520
RGB
CMYK
RGB Variations
Color information
#352520 (or 0x352520) is known color: Brown Pod. HEX triplet: 35, 25 and 20. RGB value is (53,37,32). Sum of RGB (Red+Green+Blue) = 53+37+32=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352520 is #CADADF. Grayscale: #292929. Windows color (decimal): -13294304 or 2106677. OLE color: 2106677.
HSL color Cylindrical-coordinate representation of color #352520: hue angle of 14.29º 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 #352520 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 32 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.79 |
| HSL | 14.29º | 0.25% | 0.17% | - |
| HSV(B) | 14.29º | 0.4% | 0.21% | - |
| XYZ | 2.39 | 2.18 | 1.66 | - |
| YUV | 41.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 32 | 0 | 0.30 | 0.40 | 0.79 | 14.29 | 0.25 | 0.17 |
| Hex | 35 | 25 | 20 | 0 | 1E | 28 | 4F | E | 19 | 11 |
| Octal | 65 | 45 | 40 | 0 | 36 | 50 | 117 | 16 | 31 | 21 |
| Binary | 110101 | 100101 | 100000 | 0 | 11110 | 101000 | 1001111 | 1110 | 11001 | 10001 |
Color Harmonies of #352520
Complementary color
Monochromatic Colors of #352520
Black with #352520
Text Example
Text Example
White with #352520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352520; }
p { color: rgb(53,37,32); }
H1.HeaderClassName
{
color: #352520;
}
.AnyTagClassName
{
color: #352520;
}
</style>
background-color css
<style>
a { background-color: #352520; }
a { background-color: rgb(53,37,32); }
div.DivClassName
{
background-color: #352520;
}
.BgClassName
{
background-color: #352520;
}
</style>
border-color css
<style>
span { border-color: #352520; }
span { border-color: rgb(53,37,32); }
td.TdClassName
{
border-color: #352520;
}
.TagClassName
{
border-color: #352520;
}
</style>