Shades of Brown Pod #351904
Tints of Brown Pod #351904
RGB
CMYK
RGB Variations
Color information
#351904 (or 0x351904) is known color: Brown Pod. HEX triplet: 35, 19 and 04. RGB value is (53,25,4). Sum of RGB (Red+Green+Blue) = 53+25+4=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351904 is #CAE6FB. Grayscale: #1F1F1F. Windows color (decimal): -13297404 or 268597. OLE color: 268597.
HSL color Cylindrical-coordinate representation of color #351904: hue angle of 25.71º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #351904 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 25 | 4 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.79 |
| HSL | 25.71º | 0.86% | 0.11% | - |
| HSV(B) | 25.71º | 0.92% | 0.21% | - |
| XYZ | 1.84 | 1.46 | 0.3 | - |
| YUV | 30.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 4 | 0 | 0.53 | 0.92 | 0.79 | 25.71 | 0.86 | 0.11 |
| Hex | 35 | 19 | 4 | 0 | 35 | 5C | 4F | 1A | 56 | B |
| Octal | 65 | 31 | 4 | 0 | 65 | 134 | 117 | 32 | 126 | 13 |
| Binary | 110101 | 11001 | 100 | 0 | 110101 | 1011100 | 1001111 | 11010 | 1010110 | 1011 |
Color Harmonies of #351904
Complementary color
Monochromatic Colors of #351904
Black with #351904
Text Example
Text Example
White with #351904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351904; }
p { color: rgb(53,25,4); }
H1.HeaderClassName
{
color: #351904;
}
.AnyTagClassName
{
color: #351904;
}
</style>
background-color css
<style>
a { background-color: #351904; }
a { background-color: rgb(53,25,4); }
div.DivClassName
{
background-color: #351904;
}
.BgClassName
{
background-color: #351904;
}
</style>
border-color css
<style>
span { border-color: #351904; }
span { border-color: rgb(53,25,4); }
td.TdClassName
{
border-color: #351904;
}
.TagClassName
{
border-color: #351904;
}
</style>