Shades of Brown Pod #331E14
Tints of Brown Pod #331E14
RGB
CMYK
RGB Variations
Color information
#331E14 (or 0x331E14) is known color: Brown Pod. HEX triplet: 33, 1E and 14. RGB value is (51,30,20). Sum of RGB (Red+Green+Blue) = 51+30+20=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E14 is #CCE1EB. Grayscale: #232323. Windows color (decimal): -13427180 or 1318451. OLE color: 1318451.
HSL color Cylindrical-coordinate representation of color #331E14: hue angle of 19.35º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #331E14 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 30 | 20 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.8 |
| HSL | 19.35º | 0.44% | 0.14% | - |
| HSV(B) | 19.35º | 0.61% | 0.2% | - |
| XYZ | 1.96 | 1.68 | 0.88 | - |
| YUV | 35.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 20 | 0 | 0.41 | 0.61 | 0.8 | 19.35 | 0.44 | 0.14 |
| Hex | 33 | 1E | 14 | 0 | 29 | 3D | 50 | 13 | 2C | E |
| Octal | 63 | 36 | 24 | 0 | 51 | 75 | 120 | 23 | 54 | 16 |
| Binary | 110011 | 11110 | 10100 | 0 | 101001 | 111101 | 1010000 | 10011 | 101100 | 1110 |
Color Harmonies of #331E14
Complementary color
Monochromatic Colors of #331E14
Black with #331E14
Text Example
Text Example
White with #331E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E14; }
p { color: rgb(51,30,20); }
H1.HeaderClassName
{
color: #331E14;
}
.AnyTagClassName
{
color: #331E14;
}
</style>
background-color css
<style>
a { background-color: #331E14; }
a { background-color: rgb(51,30,20); }
div.DivClassName
{
background-color: #331E14;
}
.BgClassName
{
background-color: #331E14;
}
</style>
border-color css
<style>
span { border-color: #331E14; }
span { border-color: rgb(51,30,20); }
td.TdClassName
{
border-color: #331E14;
}
.TagClassName
{
border-color: #331E14;
}
</style>