Shades of Brown Pod #331C16
Tints of Brown Pod #331C16
RGB
CMYK
RGB Variations
Color information
#331C16 (or 0x331C16) is known color: Brown Pod. HEX triplet: 33, 1C and 16. RGB value is (51,28,22). Sum of RGB (Red+Green+Blue) = 51+28+22=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #331C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C16 is #CCE3E9. Grayscale: #222222. Windows color (decimal): -13427690 or 1449011. OLE color: 1449011.
HSL color Cylindrical-coordinate representation of color #331C16: hue angle of 12.41º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #331C16 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 22 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.8 |
| HSL | 12.41º | 0.4% | 0.14% | - |
| HSV(B) | 12.41º | 0.57% | 0.2% | - |
| XYZ | 1.93 | 1.59 | 0.96 | - |
| YUV | 34.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 22 | 0 | 0.45 | 0.57 | 0.8 | 12.41 | 0.4 | 0.14 |
| Hex | 33 | 1C | 16 | 0 | 2D | 39 | 50 | C | 28 | E |
| Octal | 63 | 34 | 26 | 0 | 55 | 71 | 120 | 14 | 50 | 16 |
| Binary | 110011 | 11100 | 10110 | 0 | 101101 | 111001 | 1010000 | 1100 | 101000 | 1110 |
Color Harmonies of #331C16
Complementary color
Monochromatic Colors of #331C16
Black with #331C16
Text Example
Text Example
White with #331C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C16; }
p { color: rgb(51,28,22); }
H1.HeaderClassName
{
color: #331C16;
}
.AnyTagClassName
{
color: #331C16;
}
</style>
background-color css
<style>
a { background-color: #331C16; }
a { background-color: rgb(51,28,22); }
div.DivClassName
{
background-color: #331C16;
}
.BgClassName
{
background-color: #331C16;
}
</style>
border-color css
<style>
span { border-color: #331C16; }
span { border-color: rgb(51,28,22); }
td.TdClassName
{
border-color: #331C16;
}
.TagClassName
{
border-color: #331C16;
}
</style>