Shades of Brown Pod #351605
Tints of Brown Pod #351605
RGB
CMYK
RGB Variations
Color information
#351605 (or 0x351605) is known color: Brown Pod. HEX triplet: 35, 16 and 05. RGB value is (53,22,5). Sum of RGB (Red+Green+Blue) = 53+22+5=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #351605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351605 is #CAE9FA. Grayscale: #1D1D1D. Windows color (decimal): -13298171 or 333365. OLE color: 333365.
HSL color Cylindrical-coordinate representation of color #351605: hue angle of 21.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #351605 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 22 | 5 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.79 |
| HSL | 21.25º | 0.83% | 0.11% | - |
| HSV(B) | 21.25º | 0.91% | 0.21% | - |
| XYZ | 1.78 | 1.34 | 0.31 | - |
| YUV | 29.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 5 | 0 | 0.58 | 0.91 | 0.79 | 21.25 | 0.83 | 0.11 |
| Hex | 35 | 16 | 5 | 0 | 3A | 5B | 4F | 15 | 53 | B |
| Octal | 65 | 26 | 5 | 0 | 72 | 133 | 117 | 25 | 123 | 13 |
| Binary | 110101 | 10110 | 101 | 0 | 111010 | 1011011 | 1001111 | 10101 | 1010011 | 1011 |
Color Harmonies of #351605
Complementary color
Monochromatic Colors of #351605
Black with #351605
Text Example
Text Example
White with #351605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351605; }
p { color: rgb(53,22,5); }
H1.HeaderClassName
{
color: #351605;
}
.AnyTagClassName
{
color: #351605;
}
</style>
background-color css
<style>
a { background-color: #351605; }
a { background-color: rgb(53,22,5); }
div.DivClassName
{
background-color: #351605;
}
.BgClassName
{
background-color: #351605;
}
</style>
border-color css
<style>
span { border-color: #351605; }
span { border-color: rgb(53,22,5); }
td.TdClassName
{
border-color: #351605;
}
.TagClassName
{
border-color: #351605;
}
</style>