Shades of Brown Pod #331808
Tints of Brown Pod #331808
RGB
CMYK
RGB Variations
Color information
#331808 (or 0x331808) is known color: Brown Pod. HEX triplet: 33, 18 and 08. RGB value is (51,24,8). Sum of RGB (Red+Green+Blue) = 51+24+8=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331808 is #CCE7F7. Grayscale: #1E1E1E. Windows color (decimal): -13428728 or 530483. OLE color: 530483.
HSL color Cylindrical-coordinate representation of color #331808: hue angle of 22.33º 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 #331808 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 8 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.8 |
| HSL | 22.33º | 0.73% | 0.12% | - |
| HSV(B) | 22.33º | 0.84% | 0.2% | - |
| XYZ | 1.74 | 1.37 | 0.4 | - |
| YUV | 30.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 8 | 0 | 0.53 | 0.84 | 0.8 | 22.33 | 0.73 | 0.12 |
| Hex | 33 | 18 | 8 | 0 | 35 | 54 | 50 | 16 | 49 | C |
| Octal | 63 | 30 | 10 | 0 | 65 | 124 | 120 | 26 | 111 | 14 |
| Binary | 110011 | 11000 | 1000 | 0 | 110101 | 1010100 | 1010000 | 10110 | 1001001 | 1100 |
Color Harmonies of #331808
Complementary color
Monochromatic Colors of #331808
Black with #331808
Text Example
Text Example
White with #331808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331808; }
p { color: rgb(51,24,8); }
H1.HeaderClassName
{
color: #331808;
}
.AnyTagClassName
{
color: #331808;
}
</style>
background-color css
<style>
a { background-color: #331808; }
a { background-color: rgb(51,24,8); }
div.DivClassName
{
background-color: #331808;
}
.BgClassName
{
background-color: #331808;
}
</style>
border-color css
<style>
span { border-color: #331808; }
span { border-color: rgb(51,24,8); }
td.TdClassName
{
border-color: #331808;
}
.TagClassName
{
border-color: #331808;
}
</style>