Shades of Brown Pod #352014
Tints of Brown Pod #352014
RGB
CMYK
RGB Variations
Color information
#352014 (or 0x352014) is known color: Brown Pod. HEX triplet: 35, 20 and 14. RGB value is (53,32,20). Sum of RGB (Red+Green+Blue) = 53+32+20=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352014 is #CADFEB. Grayscale: #242424. Windows color (decimal): -13295596 or 1318965. OLE color: 1318965.
HSL color Cylindrical-coordinate representation of color #352014: hue angle of 21.82º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #352014 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 20 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.79 |
| HSL | 21.82º | 0.45% | 0.14% | - |
| HSV(B) | 21.82º | 0.62% | 0.21% | - |
| XYZ | 2.11 | 1.84 | 0.91 | - |
| YUV | 36.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 20 | 0 | 0.40 | 0.62 | 0.79 | 21.82 | 0.45 | 0.14 |
| Hex | 35 | 20 | 14 | 0 | 28 | 3E | 4F | 16 | 2D | E |
| Octal | 65 | 40 | 24 | 0 | 50 | 76 | 117 | 26 | 55 | 16 |
| Binary | 110101 | 100000 | 10100 | 0 | 101000 | 111110 | 1001111 | 10110 | 101101 | 1110 |
Color Harmonies of #352014
Complementary color
Monochromatic Colors of #352014
Black with #352014
Text Example
Text Example
White with #352014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352014; }
p { color: rgb(53,32,20); }
H1.HeaderClassName
{
color: #352014;
}
.AnyTagClassName
{
color: #352014;
}
</style>
background-color css
<style>
a { background-color: #352014; }
a { background-color: rgb(53,32,20); }
div.DivClassName
{
background-color: #352014;
}
.BgClassName
{
background-color: #352014;
}
</style>
border-color css
<style>
span { border-color: #352014; }
span { border-color: rgb(53,32,20); }
td.TdClassName
{
border-color: #352014;
}
.TagClassName
{
border-color: #352014;
}
</style>