Shades of Brown Pod #331805
Tints of Brown Pod #331805
RGB
CMYK
RGB Variations
Color information
#331805 (or 0x331805) is known color: Brown Pod. HEX triplet: 33, 18 and 05. RGB value is (51,24,5). Sum of RGB (Red+Green+Blue) = 51+24+5=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #331805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331805 is #CCE7FA. Grayscale: #1E1E1E. Windows color (decimal): -13428731 or 333875. OLE color: 333875.
HSL color Cylindrical-coordinate representation of color #331805: hue angle of 24.78º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331805 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 24 | 5 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.8 |
| HSL | 24.78º | 0.82% | 0.11% | - |
| HSV(B) | 24.78º | 0.9% | 0.2% | - |
| XYZ | 1.72 | 1.37 | 0.32 | - |
| YUV | 29.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 24 | 5 | 0 | 0.53 | 0.90 | 0.8 | 24.78 | 0.82 | 0.11 |
| Hex | 33 | 18 | 5 | 0 | 35 | 5A | 50 | 19 | 52 | B |
| Octal | 63 | 30 | 5 | 0 | 65 | 132 | 120 | 31 | 122 | 13 |
| Binary | 110011 | 11000 | 101 | 0 | 110101 | 1011010 | 1010000 | 11001 | 1010010 | 1011 |
Color Harmonies of #331805
Complementary color
Monochromatic Colors of #331805
Black with #331805
Text Example
Text Example
White with #331805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331805; }
p { color: rgb(51,24,5); }
H1.HeaderClassName
{
color: #331805;
}
.AnyTagClassName
{
color: #331805;
}
</style>
background-color css
<style>
a { background-color: #331805; }
a { background-color: rgb(51,24,5); }
div.DivClassName
{
background-color: #331805;
}
.BgClassName
{
background-color: #331805;
}
</style>
border-color css
<style>
span { border-color: #331805; }
span { border-color: rgb(51,24,5); }
td.TdClassName
{
border-color: #331805;
}
.TagClassName
{
border-color: #331805;
}
</style>