Shades of Brown Pod #351C0D
Tints of Brown Pod #351C0D
RGB
CMYK
RGB Variations
Color information
#351C0D (or 0x351C0D) is known color: Brown Pod. HEX triplet: 35, 1C and 0D. RGB value is (53,28,13). Sum of RGB (Red+Green+Blue) = 53+28+13=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0D is #CAE3F2. Grayscale: #212121. Windows color (decimal): -13296627 or 859189. OLE color: 859189.
HSL color Cylindrical-coordinate representation of color #351C0D: hue angle of 22.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351C0D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 13 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.79 |
| HSL | 22.5º | 0.61% | 0.13% | - |
| HSV(B) | 22.5º | 0.75% | 0.21% | - |
| XYZ | 1.96 | 1.62 | 0.59 | - |
| YUV | 33.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 13 | 0 | 0.47 | 0.75 | 0.79 | 22.5 | 0.61 | 0.13 |
| Hex | 35 | 1C | D | 0 | 2F | 4B | 4F | 16 | 3D | D |
| Octal | 65 | 34 | 15 | 0 | 57 | 113 | 117 | 26 | 75 | 15 |
| Binary | 110101 | 11100 | 1101 | 0 | 101111 | 1001011 | 1001111 | 10110 | 111101 | 1101 |
Color Harmonies of #351C0D
Complementary color
Monochromatic Colors of #351C0D
Black with #351C0D
Text Example
Text Example
White with #351C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C0D; }
p { color: rgb(53,28,13); }
H1.HeaderClassName
{
color: #351C0D;
}
.AnyTagClassName
{
color: #351C0D;
}
</style>
background-color css
<style>
a { background-color: #351C0D; }
a { background-color: rgb(53,28,13); }
div.DivClassName
{
background-color: #351C0D;
}
.BgClassName
{
background-color: #351C0D;
}
</style>
border-color css
<style>
span { border-color: #351C0D; }
span { border-color: rgb(53,28,13); }
td.TdClassName
{
border-color: #351C0D;
}
.TagClassName
{
border-color: #351C0D;
}
</style>