Shades of Brown Pod #351E15
Tints of Brown Pod #351E15
RGB
CMYK
RGB Variations
Color information
#351E15 (or 0x351E15) is known color: Brown Pod. HEX triplet: 35, 1E and 15. RGB value is (53,30,21). Sum of RGB (Red+Green+Blue) = 53+30+21=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #351E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E15 is #CAE1EA. Grayscale: #232323. Windows color (decimal): -13296107 or 1383989. OLE color: 1383989.
HSL color Cylindrical-coordinate representation of color #351E15: hue angle of 16.88º 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 #351E15 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 21 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.79 |
| HSL | 16.88º | 0.43% | 0.15% | - |
| HSV(B) | 16.88º | 0.6% | 0.21% | - |
| XYZ | 2.07 | 1.74 | 0.94 | - |
| YUV | 35.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 21 | 0 | 0.43 | 0.60 | 0.79 | 16.88 | 0.43 | 0.15 |
| Hex | 35 | 1E | 15 | 0 | 2B | 3C | 4F | 11 | 2B | F |
| Octal | 65 | 36 | 25 | 0 | 53 | 74 | 117 | 21 | 53 | 17 |
| Binary | 110101 | 11110 | 10101 | 0 | 101011 | 111100 | 1001111 | 10001 | 101011 | 1111 |
Color Harmonies of #351E15
Complementary color
Monochromatic Colors of #351E15
Black with #351E15
Text Example
Text Example
White with #351E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E15; }
p { color: rgb(53,30,21); }
H1.HeaderClassName
{
color: #351E15;
}
.AnyTagClassName
{
color: #351E15;
}
</style>
background-color css
<style>
a { background-color: #351E15; }
a { background-color: rgb(53,30,21); }
div.DivClassName
{
background-color: #351E15;
}
.BgClassName
{
background-color: #351E15;
}
</style>
border-color css
<style>
span { border-color: #351E15; }
span { border-color: rgb(53,30,21); }
td.TdClassName
{
border-color: #351E15;
}
.TagClassName
{
border-color: #351E15;
}
</style>