Shades of Brown Pod #351708
Tints of Brown Pod #351708
RGB
CMYK
RGB Variations
Color information
#351708 (or 0x351708) is known color: Brown Pod. HEX triplet: 35, 17 and 08. RGB value is (53,23,8). Sum of RGB (Red+Green+Blue) = 53+23+8=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #351708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351708 is #CAE8F7. Grayscale: #1E1E1E. Windows color (decimal): -13297912 or 530229. OLE color: 530229.
HSL color Cylindrical-coordinate representation of color #351708: hue angle of 20º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351708 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 23 | 8 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.79 |
| HSL | 20º | 0.74% | 0.12% | - |
| HSV(B) | 20º | 0.85% | 0.21% | - |
| XYZ | 1.82 | 1.39 | 0.4 | - |
| YUV | 30.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 8 | 0 | 0.57 | 0.85 | 0.79 | 20 | 0.74 | 0.12 |
| Hex | 35 | 17 | 8 | 0 | 39 | 55 | 4F | 14 | 4A | C |
| Octal | 65 | 27 | 10 | 0 | 71 | 125 | 117 | 24 | 112 | 14 |
| Binary | 110101 | 10111 | 1000 | 0 | 111001 | 1010101 | 1001111 | 10100 | 1001010 | 1100 |
Color Harmonies of #351708
Complementary color
Monochromatic Colors of #351708
Black with #351708
Text Example
Text Example
White with #351708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351708; }
p { color: rgb(53,23,8); }
H1.HeaderClassName
{
color: #351708;
}
.AnyTagClassName
{
color: #351708;
}
</style>
background-color css
<style>
a { background-color: #351708; }
a { background-color: rgb(53,23,8); }
div.DivClassName
{
background-color: #351708;
}
.BgClassName
{
background-color: #351708;
}
</style>
border-color css
<style>
span { border-color: #351708; }
span { border-color: rgb(53,23,8); }
td.TdClassName
{
border-color: #351708;
}
.TagClassName
{
border-color: #351708;
}
</style>