Shades of Brown Pod #351800
Tints of Brown Pod #351800
RGB
CMYK
RGB Variations
Color information
#351800 (or 0x351800) is known color: Brown Pod. HEX triplet: 35, 18 and 00. RGB value is (53,24,0). Sum of RGB (Red+Green+Blue) = 53+24+0=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351800 is #CAE7FF. Grayscale: #1E1E1E. Windows color (decimal): -13297664 or 6197. OLE color: 6197.
HSL color Cylindrical-coordinate representation of color #351800: hue angle of 27.17º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351800 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 24 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.79 |
| HSL | 27.17º | 1% | 0.1% | - |
| HSV(B) | 27.17º | 1% | 0.21% | - |
| XYZ | 1.79 | 1.41 | 0.18 | - |
| YUV | 29.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 0 | 0 | 0.55 | 1 | 0.79 | 27.17 | 1 | 0.1 |
| Hex | 35 | 18 | 0 | 0 | 37 | 64 | 4F | 1B | 64 | A |
| Octal | 65 | 30 | 0 | 0 | 67 | 144 | 117 | 33 | 144 | 12 |
| Binary | 110101 | 11000 | 0 | 0 | 110111 | 1100100 | 1001111 | 11011 | 1100100 | 1010 |
Color Harmonies of #351800
Complementary color
Monochromatic Colors of #351800
Black with #351800
Text Example
Text Example
White with #351800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351800; }
p { color: rgb(53,24,0); }
H1.HeaderClassName
{
color: #351800;
}
.AnyTagClassName
{
color: #351800;
}
</style>
background-color css
<style>
a { background-color: #351800; }
a { background-color: rgb(53,24,0); }
div.DivClassName
{
background-color: #351800;
}
.BgClassName
{
background-color: #351800;
}
</style>
border-color css
<style>
span { border-color: #351800; }
span { border-color: rgb(53,24,0); }
td.TdClassName
{
border-color: #351800;
}
.TagClassName
{
border-color: #351800;
}
</style>