Shades of Brown Pod #351F14
Tints of Brown Pod #351F14
RGB
CMYK
RGB Variations
Color information
#351F14 (or 0x351F14) is known color: Brown Pod. HEX triplet: 35, 1F and 14. RGB value is (53,31,20). Sum of RGB (Red+Green+Blue) = 53+31+20=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #351F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F14 is #CAE0EB. Grayscale: #242424. Windows color (decimal): -13295852 or 1318709. OLE color: 1318709.
HSL color Cylindrical-coordinate representation of color #351F14: hue angle of 20º 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 #351F14 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 20 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.79 |
| HSL | 20º | 0.45% | 0.14% | - |
| HSV(B) | 20º | 0.62% | 0.21% | - |
| XYZ | 2.08 | 1.79 | 0.9 | - |
| YUV | 36.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 20 | 0 | 0.42 | 0.62 | 0.79 | 20 | 0.45 | 0.14 |
| Hex | 35 | 1F | 14 | 0 | 2A | 3E | 4F | 14 | 2D | E |
| Octal | 65 | 37 | 24 | 0 | 52 | 76 | 117 | 24 | 55 | 16 |
| Binary | 110101 | 11111 | 10100 | 0 | 101010 | 111110 | 1001111 | 10100 | 101101 | 1110 |
Color Harmonies of #351F14
Complementary color
Monochromatic Colors of #351F14
Black with #351F14
Text Example
Text Example
White with #351F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F14; }
p { color: rgb(53,31,20); }
H1.HeaderClassName
{
color: #351F14;
}
.AnyTagClassName
{
color: #351F14;
}
</style>
background-color css
<style>
a { background-color: #351F14; }
a { background-color: rgb(53,31,20); }
div.DivClassName
{
background-color: #351F14;
}
.BgClassName
{
background-color: #351F14;
}
</style>
border-color css
<style>
span { border-color: #351F14; }
span { border-color: rgb(53,31,20); }
td.TdClassName
{
border-color: #351F14;
}
.TagClassName
{
border-color: #351F14;
}
</style>