Shades of Brown Pod #331600
Tints of Brown Pod #331600
RGB
CMYK
RGB Variations
Color information
#331600 (or 0x331600) is known color: Brown Pod. HEX triplet: 33, 16 and 00. RGB value is (51,22,0). Sum of RGB (Red+Green+Blue) = 51+22+0=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #331600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331600 is #CCE9FF. Grayscale: #1C1C1C. Windows color (decimal): -13429248 or 5683. OLE color: 5683.
HSL color Cylindrical-coordinate representation of color #331600: hue angle of 25.88º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #331600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.8 |
| HSL | 25.88º | 1% | 0.1% | - |
| HSV(B) | 25.88º | 1% | 0.2% | - |
| XYZ | 1.65 | 1.28 | 0.16 | - |
| YUV | 28.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 0 | 0 | 0.57 | 1 | 0.8 | 25.88 | 1 | 0.1 |
| Hex | 33 | 16 | 0 | 0 | 39 | 64 | 50 | 1A | 64 | A |
| Octal | 63 | 26 | 0 | 0 | 71 | 144 | 120 | 32 | 144 | 12 |
| Binary | 110011 | 10110 | 0 | 0 | 111001 | 1100100 | 1010000 | 11010 | 1100100 | 1010 |
Color Harmonies of #331600
Complementary color
Monochromatic Colors of #331600
Black with #331600
Text Example
Text Example
White with #331600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331600; }
p { color: rgb(51,22,0); }
H1.HeaderClassName
{
color: #331600;
}
.AnyTagClassName
{
color: #331600;
}
</style>
background-color css
<style>
a { background-color: #331600; }
a { background-color: rgb(51,22,0); }
div.DivClassName
{
background-color: #331600;
}
.BgClassName
{
background-color: #331600;
}
</style>
border-color css
<style>
span { border-color: #331600; }
span { border-color: rgb(51,22,0); }
td.TdClassName
{
border-color: #331600;
}
.TagClassName
{
border-color: #331600;
}
</style>