Shades of Brown Pod #351404
Tints of Brown Pod #351404
RGB
CMYK
RGB Variations
Color information
#351404 (or 0x351404) is known color: Brown Pod. HEX triplet: 35, 14 and 04. RGB value is (53,20,4). Sum of RGB (Red+Green+Blue) = 53+20+4=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351404 is #CAEBFB. Grayscale: #1C1C1C. Windows color (decimal): -13298684 or 267317. OLE color: 267317.
HSL color Cylindrical-coordinate representation of color #351404: hue angle of 19.59º 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 #351404 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 20 | 4 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.79 |
| HSL | 19.59º | 0.86% | 0.11% | - |
| HSV(B) | 19.59º | 0.92% | 0.21% | - |
| XYZ | 1.74 | 1.27 | 0.27 | - |
| YUV | 28.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 4 | 0 | 0.62 | 0.92 | 0.79 | 19.59 | 0.86 | 0.11 |
| Hex | 35 | 14 | 4 | 0 | 3E | 5C | 4F | 14 | 56 | B |
| Octal | 65 | 24 | 4 | 0 | 76 | 134 | 117 | 24 | 126 | 13 |
| Binary | 110101 | 10100 | 100 | 0 | 111110 | 1011100 | 1001111 | 10100 | 1010110 | 1011 |
Color Harmonies of #351404
Complementary color
Monochromatic Colors of #351404
Black with #351404
Text Example
Text Example
White with #351404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351404; }
p { color: rgb(53,20,4); }
H1.HeaderClassName
{
color: #351404;
}
.AnyTagClassName
{
color: #351404;
}
</style>
background-color css
<style>
a { background-color: #351404; }
a { background-color: rgb(53,20,4); }
div.DivClassName
{
background-color: #351404;
}
.BgClassName
{
background-color: #351404;
}
</style>
border-color css
<style>
span { border-color: #351404; }
span { border-color: rgb(53,20,4); }
td.TdClassName
{
border-color: #351404;
}
.TagClassName
{
border-color: #351404;
}
</style>