Shades of Brown Pod #351704
Tints of Brown Pod #351704
RGB
CMYK
RGB Variations
Color information
#351704 (or 0x351704) is known color: Brown Pod. HEX triplet: 35, 17 and 04. RGB value is (53,23,4). Sum of RGB (Red+Green+Blue) = 53+23+4=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #351704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351704 is #CAE8FB. Grayscale: #1D1D1D. Windows color (decimal): -13297916 or 268085. OLE color: 268085.
HSL color Cylindrical-coordinate representation of color #351704: hue angle of 23.27º 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 #351704 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 4 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.79 |
| HSL | 23.27º | 0.86% | 0.11% | - |
| HSV(B) | 23.27º | 0.92% | 0.21% | - |
| XYZ | 1.8 | 1.38 | 0.29 | - |
| YUV | 29.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 4 | 0 | 0.57 | 0.92 | 0.79 | 23.27 | 0.86 | 0.11 |
| Hex | 35 | 17 | 4 | 0 | 39 | 5C | 4F | 17 | 56 | B |
| Octal | 65 | 27 | 4 | 0 | 71 | 134 | 117 | 27 | 126 | 13 |
| Binary | 110101 | 10111 | 100 | 0 | 111001 | 1011100 | 1001111 | 10111 | 1010110 | 1011 |
Color Harmonies of #351704
Complementary color
Monochromatic Colors of #351704
Black with #351704
Text Example
Text Example
White with #351704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351704; }
p { color: rgb(53,23,4); }
H1.HeaderClassName
{
color: #351704;
}
.AnyTagClassName
{
color: #351704;
}
</style>
background-color css
<style>
a { background-color: #351704; }
a { background-color: rgb(53,23,4); }
div.DivClassName
{
background-color: #351704;
}
.BgClassName
{
background-color: #351704;
}
</style>
border-color css
<style>
span { border-color: #351704; }
span { border-color: rgb(53,23,4); }
td.TdClassName
{
border-color: #351704;
}
.TagClassName
{
border-color: #351704;
}
</style>