Shades of Brown Pod #351806
Tints of Brown Pod #351806
RGB
CMYK
RGB Variations
Color information
#351806 (or 0x351806) is known color: Brown Pod. HEX triplet: 35, 18 and 06. RGB value is (53,24,6). Sum of RGB (Red+Green+Blue) = 53+24+6=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #351806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351806 is #CAE7F9. Grayscale: #1E1E1E. Windows color (decimal): -13297658 or 399413. OLE color: 399413.
HSL color Cylindrical-coordinate representation of color #351806: hue angle of 22.98º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351806 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 24 | 6 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.79 |
| HSL | 22.98º | 0.8% | 0.12% | - |
| HSV(B) | 22.98º | 0.89% | 0.21% | - |
| XYZ | 1.83 | 1.42 | 0.35 | - |
| YUV | 30.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 6 | 0 | 0.55 | 0.89 | 0.79 | 22.98 | 0.8 | 0.12 |
| Hex | 35 | 18 | 6 | 0 | 37 | 59 | 4F | 17 | 50 | C |
| Octal | 65 | 30 | 6 | 0 | 67 | 131 | 117 | 27 | 120 | 14 |
| Binary | 110101 | 11000 | 110 | 0 | 110111 | 1011001 | 1001111 | 10111 | 1010000 | 1100 |
Color Harmonies of #351806
Complementary color
Monochromatic Colors of #351806
Black with #351806
Text Example
Text Example
White with #351806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351806; }
p { color: rgb(53,24,6); }
H1.HeaderClassName
{
color: #351806;
}
.AnyTagClassName
{
color: #351806;
}
</style>
background-color css
<style>
a { background-color: #351806; }
a { background-color: rgb(53,24,6); }
div.DivClassName
{
background-color: #351806;
}
.BgClassName
{
background-color: #351806;
}
</style>
border-color css
<style>
span { border-color: #351806; }
span { border-color: rgb(53,24,6); }
td.TdClassName
{
border-color: #351806;
}
.TagClassName
{
border-color: #351806;
}
</style>