Shades of Brown Pod #331500
Tints of Brown Pod #331500
RGB
CMYK
RGB Variations
Color information
#331500 (or 0x331500) is known color: Brown Pod. HEX triplet: 33, 15 and 00. RGB value is (51,21,0). Sum of RGB (Red+Green+Blue) = 51+21+0=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #331500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331500 is #CCEAFF. Grayscale: #1B1B1B. Windows color (decimal): -13429504 or 5427. OLE color: 5427.
HSL color Cylindrical-coordinate representation of color #331500: hue angle of 24.71º 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 #331500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.8 |
| HSL | 24.71º | 1% | 0.1% | - |
| HSV(B) | 24.71º | 1% | 0.2% | - |
| XYZ | 1.63 | 1.24 | 0.15 | - |
| YUV | 27.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 0 | 0 | 0.59 | 1 | 0.8 | 24.71 | 1 | 0.1 |
| Hex | 33 | 15 | 0 | 0 | 3B | 64 | 50 | 19 | 64 | A |
| Octal | 63 | 25 | 0 | 0 | 73 | 144 | 120 | 31 | 144 | 12 |
| Binary | 110011 | 10101 | 0 | 0 | 111011 | 1100100 | 1010000 | 11001 | 1100100 | 1010 |
Color Harmonies of #331500
Complementary color
Monochromatic Colors of #331500
Black with #331500
Text Example
Text Example
White with #331500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331500; }
p { color: rgb(51,21,0); }
H1.HeaderClassName
{
color: #331500;
}
.AnyTagClassName
{
color: #331500;
}
</style>
background-color css
<style>
a { background-color: #331500; }
a { background-color: rgb(51,21,0); }
div.DivClassName
{
background-color: #331500;
}
.BgClassName
{
background-color: #331500;
}
</style>
border-color css
<style>
span { border-color: #331500; }
span { border-color: rgb(51,21,0); }
td.TdClassName
{
border-color: #331500;
}
.TagClassName
{
border-color: #331500;
}
</style>