Shades of Brown Pod #311808
Tints of Brown Pod #311808
RGB
CMYK
RGB Variations
Color information
#311808 (or 0x311808) is known color: Brown Pod. HEX triplet: 31, 18 and 08. RGB value is (49,24,8). Sum of RGB (Red+Green+Blue) = 49+24+8=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #311808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311808 is #CEE7F7. Grayscale: #1D1D1D. Windows color (decimal): -13559800 or 530481. OLE color: 530481.
HSL color Cylindrical-coordinate representation of color #311808: hue angle of 23.41º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311808 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 8 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.81 |
| HSL | 23.41º | 0.72% | 0.11% | - |
| HSV(B) | 23.41º | 0.84% | 0.19% | - |
| XYZ | 1.64 | 1.32 | 0.4 | - |
| YUV | 29.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 8 | 0 | 0.51 | 0.84 | 0.81 | 23.41 | 0.72 | 0.11 |
| Hex | 31 | 18 | 8 | 0 | 33 | 54 | 51 | 17 | 48 | B |
| Octal | 61 | 30 | 10 | 0 | 63 | 124 | 121 | 27 | 110 | 13 |
| Binary | 110001 | 11000 | 1000 | 0 | 110011 | 1010100 | 1010001 | 10111 | 1001000 | 1011 |
Color Harmonies of #311808
Complementary color
Monochromatic Colors of #311808
Black with #311808
Text Example
Text Example
White with #311808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311808; }
p { color: rgb(49,24,8); }
H1.HeaderClassName
{
color: #311808;
}
.AnyTagClassName
{
color: #311808;
}
</style>
background-color css
<style>
a { background-color: #311808; }
a { background-color: rgb(49,24,8); }
div.DivClassName
{
background-color: #311808;
}
.BgClassName
{
background-color: #311808;
}
</style>
border-color css
<style>
span { border-color: #311808; }
span { border-color: rgb(49,24,8); }
td.TdClassName
{
border-color: #311808;
}
.TagClassName
{
border-color: #311808;
}
</style>