Shades of Brown Pod #351C15
Tints of Brown Pod #351C15
RGB
CMYK
RGB Variations
Color information
#351C15 (or 0x351C15) is known color: Brown Pod. HEX triplet: 35, 1C and 15. RGB value is (53,28,21). Sum of RGB (Red+Green+Blue) = 53+28+21=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C15 is #CAE3EA. Grayscale: #222222. Windows color (decimal): -13296619 or 1383477. OLE color: 1383477.
HSL color Cylindrical-coordinate representation of color #351C15: hue angle of 13.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351C15 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 21 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.79 |
| HSL | 13.13º | 0.43% | 0.15% | - |
| HSV(B) | 13.13º | 0.6% | 0.21% | - |
| XYZ | 2.02 | 1.64 | 0.92 | - |
| YUV | 34.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 21 | 0 | 0.47 | 0.60 | 0.79 | 13.13 | 0.43 | 0.15 |
| Hex | 35 | 1C | 15 | 0 | 2F | 3C | 4F | D | 2B | F |
| Octal | 65 | 34 | 25 | 0 | 57 | 74 | 117 | 15 | 53 | 17 |
| Binary | 110101 | 11100 | 10101 | 0 | 101111 | 111100 | 1001111 | 1101 | 101011 | 1111 |
Color Harmonies of #351C15
Complementary color
Monochromatic Colors of #351C15
Black with #351C15
Text Example
Text Example
White with #351C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C15; }
p { color: rgb(53,28,21); }
H1.HeaderClassName
{
color: #351C15;
}
.AnyTagClassName
{
color: #351C15;
}
</style>
background-color css
<style>
a { background-color: #351C15; }
a { background-color: rgb(53,28,21); }
div.DivClassName
{
background-color: #351C15;
}
.BgClassName
{
background-color: #351C15;
}
</style>
border-color css
<style>
span { border-color: #351C15; }
span { border-color: rgb(53,28,21); }
td.TdClassName
{
border-color: #351C15;
}
.TagClassName
{
border-color: #351C15;
}
</style>