Shades of Brown Pod #351C0F
Tints of Brown Pod #351C0F
RGB
CMYK
RGB Variations
Color information
#351C0F (or 0x351C0F) is known color: Brown Pod. HEX triplet: 35, 1C and 0F. RGB value is (53,28,15). Sum of RGB (Red+Green+Blue) = 53+28+15=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C0F is #CAE3F0. Grayscale: #222222. Windows color (decimal): -13296625 or 990261. OLE color: 990261.
HSL color Cylindrical-coordinate representation of color #351C0F: hue angle of 20.53º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351C0F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 15 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.79 |
| HSL | 20.53º | 0.56% | 0.13% | - |
| HSV(B) | 20.53º | 0.72% | 0.21% | - |
| XYZ | 1.97 | 1.62 | 0.66 | - |
| YUV | 33.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 15 | 0 | 0.47 | 0.72 | 0.79 | 20.53 | 0.56 | 0.13 |
| Hex | 35 | 1C | F | 0 | 2F | 48 | 4F | 15 | 38 | D |
| Octal | 65 | 34 | 17 | 0 | 57 | 110 | 117 | 25 | 70 | 15 |
| Binary | 110101 | 11100 | 1111 | 0 | 101111 | 1001000 | 1001111 | 10101 | 111000 | 1101 |
Color Harmonies of #351C0F
Complementary color
Monochromatic Colors of #351C0F
Black with #351C0F
Text Example
Text Example
White with #351C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C0F; }
p { color: rgb(53,28,15); }
H1.HeaderClassName
{
color: #351C0F;
}
.AnyTagClassName
{
color: #351C0F;
}
</style>
background-color css
<style>
a { background-color: #351C0F; }
a { background-color: rgb(53,28,15); }
div.DivClassName
{
background-color: #351C0F;
}
.BgClassName
{
background-color: #351C0F;
}
</style>
border-color css
<style>
span { border-color: #351C0F; }
span { border-color: rgb(53,28,15); }
td.TdClassName
{
border-color: #351C0F;
}
.TagClassName
{
border-color: #351C0F;
}
</style>