Shades of Brown Pod #351C16
Tints of Brown Pod #351C16
RGB
CMYK
RGB Variations
Color information
#351C16 (or 0x351C16) is known color: Brown Pod. HEX triplet: 35, 1C and 16. RGB value is (53,28,22). Sum of RGB (Red+Green+Blue) = 53+28+22=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #351C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C16 is #CAE3E9. Grayscale: #222222. Windows color (decimal): -13296618 or 1449013. OLE color: 1449013.
HSL color Cylindrical-coordinate representation of color #351C16: hue angle of 11.61º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #351C16 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 22 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.79 |
| HSL | 11.61º | 0.41% | 0.15% | - |
| HSV(B) | 11.61º | 0.58% | 0.21% | - |
| XYZ | 2.03 | 1.65 | 0.97 | - |
| YUV | 34.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 22 | 0 | 0.47 | 0.58 | 0.79 | 11.61 | 0.41 | 0.15 |
| Hex | 35 | 1C | 16 | 0 | 2F | 3A | 4F | C | 29 | F |
| Octal | 65 | 34 | 26 | 0 | 57 | 72 | 117 | 14 | 51 | 17 |
| Binary | 110101 | 11100 | 10110 | 0 | 101111 | 111010 | 1001111 | 1100 | 101001 | 1111 |
Color Harmonies of #351C16
Complementary color
Monochromatic Colors of #351C16
Black with #351C16
Text Example
Text Example
White with #351C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C16; }
p { color: rgb(53,28,22); }
H1.HeaderClassName
{
color: #351C16;
}
.AnyTagClassName
{
color: #351C16;
}
</style>
background-color css
<style>
a { background-color: #351C16; }
a { background-color: rgb(53,28,22); }
div.DivClassName
{
background-color: #351C16;
}
.BgClassName
{
background-color: #351C16;
}
</style>
border-color css
<style>
span { border-color: #351C16; }
span { border-color: rgb(53,28,22); }
td.TdClassName
{
border-color: #351C16;
}
.TagClassName
{
border-color: #351C16;
}
</style>