Shades of Brown Pod #331608
Tints of Brown Pod #331608
RGB
CMYK
RGB Variations
Color information
#331608 (or 0x331608) is known color: Brown Pod. HEX triplet: 33, 16 and 08. RGB value is (51,22,8). Sum of RGB (Red+Green+Blue) = 51+22+8=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #331608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331608 is #CCE9F7. Grayscale: #1D1D1D. Windows color (decimal): -13429240 or 529971. OLE color: 529971.
HSL color Cylindrical-coordinate representation of color #331608: hue angle of 19.53º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331608 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 22 | 8 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.8 |
| HSL | 19.53º | 0.73% | 0.12% | - |
| HSV(B) | 19.53º | 0.84% | 0.2% | - |
| XYZ | 1.7 | 1.3 | 0.39 | - |
| YUV | 29.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 22 | 8 | 0 | 0.57 | 0.84 | 0.8 | 19.53 | 0.73 | 0.12 |
| Hex | 33 | 16 | 8 | 0 | 39 | 54 | 50 | 14 | 49 | C |
| Octal | 63 | 26 | 10 | 0 | 71 | 124 | 120 | 24 | 111 | 14 |
| Binary | 110011 | 10110 | 1000 | 0 | 111001 | 1010100 | 1010000 | 10100 | 1001001 | 1100 |
Color Harmonies of #331608
Complementary color
Monochromatic Colors of #331608
Black with #331608
Text Example
Text Example
White with #331608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331608; }
p { color: rgb(51,22,8); }
H1.HeaderClassName
{
color: #331608;
}
.AnyTagClassName
{
color: #331608;
}
</style>
background-color css
<style>
a { background-color: #331608; }
a { background-color: rgb(51,22,8); }
div.DivClassName
{
background-color: #331608;
}
.BgClassName
{
background-color: #331608;
}
</style>
border-color css
<style>
span { border-color: #331608; }
span { border-color: rgb(51,22,8); }
td.TdClassName
{
border-color: #331608;
}
.TagClassName
{
border-color: #331608;
}
</style>