Shades of Brown Pod #351702
Tints of Brown Pod #351702
RGB
CMYK
RGB Variations
Color information
#351702 (or 0x351702) is known color: Brown Pod. HEX triplet: 35, 17 and 02. RGB value is (53,23,2). Sum of RGB (Red+Green+Blue) = 53+23+2=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351702 is #CAE8FD. Grayscale: #1D1D1D. Windows color (decimal): -13297918 or 137013. OLE color: 137013.
HSL color Cylindrical-coordinate representation of color #351702: hue angle of 24.71º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #351702 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 2 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.79 |
| HSL | 24.71º | 0.93% | 0.11% | - |
| HSV(B) | 24.71º | 0.96% | 0.21% | - |
| XYZ | 1.79 | 1.37 | 0.23 | - |
| YUV | 29.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 2 | 0 | 0.57 | 0.96 | 0.79 | 24.71 | 0.93 | 0.11 |
| Hex | 35 | 17 | 2 | 0 | 39 | 60 | 4F | 19 | 5D | B |
| Octal | 65 | 27 | 2 | 0 | 71 | 140 | 117 | 31 | 135 | 13 |
| Binary | 110101 | 10111 | 10 | 0 | 111001 | 1100000 | 1001111 | 11001 | 1011101 | 1011 |
Color Harmonies of #351702
Complementary color
Monochromatic Colors of #351702
Black with #351702
Text Example
Text Example
White with #351702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351702; }
p { color: rgb(53,23,2); }
H1.HeaderClassName
{
color: #351702;
}
.AnyTagClassName
{
color: #351702;
}
</style>
background-color css
<style>
a { background-color: #351702; }
a { background-color: rgb(53,23,2); }
div.DivClassName
{
background-color: #351702;
}
.BgClassName
{
background-color: #351702;
}
</style>
border-color css
<style>
span { border-color: #351702; }
span { border-color: rgb(53,23,2); }
td.TdClassName
{
border-color: #351702;
}
.TagClassName
{
border-color: #351702;
}
</style>