Shades of Brown Pod #351707
Tints of Brown Pod #351707
RGB
CMYK
RGB Variations
Color information
#351707 (or 0x351707) is known color: Brown Pod. HEX triplet: 35, 17 and 07. RGB value is (53,23,7). Sum of RGB (Red+Green+Blue) = 53+23+7=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #351707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351707 is #CAE8F8. Grayscale: #1E1E1E. Windows color (decimal): -13297913 or 464693. OLE color: 464693.
HSL color Cylindrical-coordinate representation of color #351707: hue angle of 20.87º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351707 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 7 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.79 |
| HSL | 20.87º | 0.77% | 0.12% | - |
| HSV(B) | 20.87º | 0.87% | 0.21% | - |
| XYZ | 1.81 | 1.39 | 0.37 | - |
| YUV | 30.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 7 | 0 | 0.57 | 0.87 | 0.79 | 20.87 | 0.77 | 0.12 |
| Hex | 35 | 17 | 7 | 0 | 39 | 57 | 4F | 15 | 4D | C |
| Octal | 65 | 27 | 7 | 0 | 71 | 127 | 117 | 25 | 115 | 14 |
| Binary | 110101 | 10111 | 111 | 0 | 111001 | 1010111 | 1001111 | 10101 | 1001101 | 1100 |
Color Harmonies of #351707
Complementary color
Monochromatic Colors of #351707
Black with #351707
Text Example
Text Example
White with #351707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351707; }
p { color: rgb(53,23,7); }
H1.HeaderClassName
{
color: #351707;
}
.AnyTagClassName
{
color: #351707;
}
</style>
background-color css
<style>
a { background-color: #351707; }
a { background-color: rgb(53,23,7); }
div.DivClassName
{
background-color: #351707;
}
.BgClassName
{
background-color: #351707;
}
</style>
border-color css
<style>
span { border-color: #351707; }
span { border-color: rgb(53,23,7); }
td.TdClassName
{
border-color: #351707;
}
.TagClassName
{
border-color: #351707;
}
</style>