Shades of Brown Pod #331304
Tints of Brown Pod #331304
RGB
CMYK
RGB Variations
Color information
#331304 (or 0x331304) is known color: Brown Pod. HEX triplet: 33, 13 and 04. RGB value is (51,19,4). Sum of RGB (Red+Green+Blue) = 51+19+4=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #331304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331304 is #CCECFB. Grayscale: #1A1A1A. Windows color (decimal): -13430012 or 267059. OLE color: 267059.
HSL color Cylindrical-coordinate representation of color #331304: hue angle of 19.15º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #331304 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 4 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.8 |
| HSL | 19.15º | 0.85% | 0.11% | - |
| HSV(B) | 19.15º | 0.92% | 0.2% | - |
| XYZ | 1.62 | 1.18 | 0.26 | - |
| YUV | 26.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 4 | 0 | 0.63 | 0.92 | 0.8 | 19.15 | 0.85 | 0.11 |
| Hex | 33 | 13 | 4 | 0 | 3F | 5C | 50 | 13 | 55 | B |
| Octal | 63 | 23 | 4 | 0 | 77 | 134 | 120 | 23 | 125 | 13 |
| Binary | 110011 | 10011 | 100 | 0 | 111111 | 1011100 | 1010000 | 10011 | 1010101 | 1011 |
Color Harmonies of #331304
Complementary color
Monochromatic Colors of #331304
Black with #331304
Text Example
Text Example
White with #331304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331304; }
p { color: rgb(51,19,4); }
H1.HeaderClassName
{
color: #331304;
}
.AnyTagClassName
{
color: #331304;
}
</style>
background-color css
<style>
a { background-color: #331304; }
a { background-color: rgb(51,19,4); }
div.DivClassName
{
background-color: #331304;
}
.BgClassName
{
background-color: #331304;
}
</style>
border-color css
<style>
span { border-color: #331304; }
span { border-color: rgb(51,19,4); }
td.TdClassName
{
border-color: #331304;
}
.TagClassName
{
border-color: #331304;
}
</style>