Shades of Brown Pod #332016
Tints of Brown Pod #332016
RGB
CMYK
RGB Variations
Color information
#332016 (or 0x332016) is known color: Brown Pod. HEX triplet: 33, 20 and 16. RGB value is (51,32,22). Sum of RGB (Red+Green+Blue) = 51+32+22=105 (13% of max value = 765). Red value is 51 (20.31% from 255 or 48.57% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 51 - color contains mainly: red. Hex color #332016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332016 is #CCDFE9. Grayscale: #242424. Windows color (decimal): -13426666 or 1450035. OLE color: 1450035.
HSL color Cylindrical-coordinate representation of color #332016: hue angle of 20.69º 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 #332016 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 22 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.8 |
| HSL | 20.69º | 0.4% | 0.14% | - |
| HSV(B) | 20.69º | 0.57% | 0.2% | - |
| XYZ | 2.03 | 1.79 | 1 | - |
| YUV | 36.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 22 | 0 | 0.37 | 0.57 | 0.8 | 20.69 | 0.4 | 0.14 |
| Hex | 33 | 20 | 16 | 0 | 25 | 39 | 50 | 15 | 28 | E |
| Octal | 63 | 40 | 26 | 0 | 45 | 71 | 120 | 25 | 50 | 16 |
| Binary | 110011 | 100000 | 10110 | 0 | 100101 | 111001 | 1010000 | 10101 | 101000 | 1110 |
Color Harmonies of #332016
Complementary color
Monochromatic Colors of #332016
Black with #332016
Text Example
Text Example
White with #332016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332016; }
p { color: rgb(51,32,22); }
H1.HeaderClassName
{
color: #332016;
}
.AnyTagClassName
{
color: #332016;
}
</style>
background-color css
<style>
a { background-color: #332016; }
a { background-color: rgb(51,32,22); }
div.DivClassName
{
background-color: #332016;
}
.BgClassName
{
background-color: #332016;
}
</style>
border-color css
<style>
span { border-color: #332016; }
span { border-color: rgb(51,32,22); }
td.TdClassName
{
border-color: #332016;
}
.TagClassName
{
border-color: #332016;
}
</style>