Shades of Brown Pod #351C0E
Tints of Brown Pod #351C0E
RGB
CMYK
RGB Variations
Color information
#351C0E (or 0x351C0E) is known color: Brown Pod. HEX triplet: 35, 1C and 0E. RGB value is (53,28,14). Sum of RGB (Red+Green+Blue) = 53+28+14=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0E is #CAE3F1. Grayscale: #212121. Windows color (decimal): -13296626 or 924725. OLE color: 924725.
HSL color Cylindrical-coordinate representation of color #351C0E: hue angle of 21.54º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351C0E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 14 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.79 |
| HSL | 21.54º | 0.58% | 0.13% | - |
| HSV(B) | 21.54º | 0.74% | 0.21% | - |
| XYZ | 1.96 | 1.62 | 0.62 | - |
| YUV | 33.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 14 | 0 | 0.47 | 0.74 | 0.79 | 21.54 | 0.58 | 0.13 |
| Hex | 35 | 1C | E | 0 | 2F | 4A | 4F | 16 | 3A | D |
| Octal | 65 | 34 | 16 | 0 | 57 | 112 | 117 | 26 | 72 | 15 |
| Binary | 110101 | 11100 | 1110 | 0 | 101111 | 1001010 | 1001111 | 10110 | 111010 | 1101 |
Color Harmonies of #351C0E
Complementary color
Monochromatic Colors of #351C0E
Black with #351C0E
Text Example
Text Example
White with #351C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C0E; }
p { color: rgb(53,28,14); }
H1.HeaderClassName
{
color: #351C0E;
}
.AnyTagClassName
{
color: #351C0E;
}
</style>
background-color css
<style>
a { background-color: #351C0E; }
a { background-color: rgb(53,28,14); }
div.DivClassName
{
background-color: #351C0E;
}
.BgClassName
{
background-color: #351C0E;
}
</style>
border-color css
<style>
span { border-color: #351C0E; }
span { border-color: rgb(53,28,14); }
td.TdClassName
{
border-color: #351C0E;
}
.TagClassName
{
border-color: #351C0E;
}
</style>