Shades of Brown Pod #331B16
Tints of Brown Pod #331B16
RGB
CMYK
RGB Variations
Color information
#331B16 (or 0x331B16) is known color: Brown Pod. HEX triplet: 33, 1B and 16. RGB value is (51,27,22). Sum of RGB (Red+Green+Blue) = 51+27+22=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B16 is #CCE4E9. Grayscale: #212121. Windows color (decimal): -13427946 or 1448755. OLE color: 1448755.
HSL color Cylindrical-coordinate representation of color #331B16: hue angle of 10.34º 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 #331B16 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 27 | 22 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.8 |
| HSL | 10.34º | 0.4% | 0.14% | - |
| HSV(B) | 10.34º | 0.57% | 0.2% | - |
| XYZ | 1.9 | 1.55 | 0.96 | - |
| YUV | 33.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 22 | 0 | 0.47 | 0.57 | 0.8 | 10.34 | 0.4 | 0.14 |
| Hex | 33 | 1B | 16 | 0 | 2F | 39 | 50 | A | 28 | E |
| Octal | 63 | 33 | 26 | 0 | 57 | 71 | 120 | 12 | 50 | 16 |
| Binary | 110011 | 11011 | 10110 | 0 | 101111 | 111001 | 1010000 | 1010 | 101000 | 1110 |
Color Harmonies of #331B16
Complementary color
Monochromatic Colors of #331B16
Black with #331B16
Text Example
Text Example
White with #331B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331B16; }
p { color: rgb(51,27,22); }
H1.HeaderClassName
{
color: #331B16;
}
.AnyTagClassName
{
color: #331B16;
}
</style>
background-color css
<style>
a { background-color: #331B16; }
a { background-color: rgb(51,27,22); }
div.DivClassName
{
background-color: #331B16;
}
.BgClassName
{
background-color: #331B16;
}
</style>
border-color css
<style>
span { border-color: #331B16; }
span { border-color: rgb(51,27,22); }
td.TdClassName
{
border-color: #331B16;
}
.TagClassName
{
border-color: #331B16;
}
</style>