Shades of Brown Pod #351603
Tints of Brown Pod #351603
RGB
CMYK
RGB Variations
Color information
#351603 (or 0x351603) is known color: Brown Pod. HEX triplet: 35, 16 and 03. RGB value is (53,22,3). Sum of RGB (Red+Green+Blue) = 53+22+3=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351603 is #CAE9FC. Grayscale: #1D1D1D. Windows color (decimal): -13298173 or 202293. OLE color: 202293.
HSL color Cylindrical-coordinate representation of color #351603: hue angle of 22.8º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #351603 is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 22 | 3 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.79 |
| HSL | 22.8º | 0.89% | 0.11% | - |
| HSV(B) | 22.8º | 0.94% | 0.21% | - |
| XYZ | 1.77 | 1.34 | 0.25 | - |
| YUV | 29.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 3 | 0 | 0.58 | 0.94 | 0.79 | 22.8 | 0.89 | 0.11 |
| Hex | 35 | 16 | 3 | 0 | 3A | 5E | 4F | 17 | 59 | B |
| Octal | 65 | 26 | 3 | 0 | 72 | 136 | 117 | 27 | 131 | 13 |
| Binary | 110101 | 10110 | 11 | 0 | 111010 | 1011110 | 1001111 | 10111 | 1011001 | 1011 |
Color Harmonies of #351603
Complementary color
Monochromatic Colors of #351603
Black with #351603
Text Example
Text Example
White with #351603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351603; }
p { color: rgb(53,22,3); }
H1.HeaderClassName
{
color: #351603;
}
.AnyTagClassName
{
color: #351603;
}
</style>
background-color css
<style>
a { background-color: #351603; }
a { background-color: rgb(53,22,3); }
div.DivClassName
{
background-color: #351603;
}
.BgClassName
{
background-color: #351603;
}
</style>
border-color css
<style>
span { border-color: #351603; }
span { border-color: rgb(53,22,3); }
td.TdClassName
{
border-color: #351603;
}
.TagClassName
{
border-color: #351603;
}
</style>