Shades of Brown Pod #321805
Tints of Brown Pod #321805
RGB
CMYK
RGB Variations
Color information
#321805 (or 0x321805) is known color: Brown Pod. HEX triplet: 32, 18 and 05. RGB value is (50,24,5). Sum of RGB (Red+Green+Blue) = 50+24+5=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #321805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321805 is #CDE7FA. Grayscale: #1D1D1D. Windows color (decimal): -13494267 or 333874. OLE color: 333874.
HSL color Cylindrical-coordinate representation of color #321805: hue angle of 25.33º 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 #321805 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 5 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.80 |
| HSL | 25.33º | 0.82% | 0.11% | - |
| HSV(B) | 25.33º | 0.9% | 0.2% | - |
| XYZ | 1.67 | 1.34 | 0.31 | - |
| YUV | 29.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 5 | 0 | 0.52 | 0.90 | 0.80 | 25.33 | 0.82 | 0.11 |
| Hex | 32 | 18 | 5 | 0 | 34 | 5A | 50 | 19 | 52 | B |
| Octal | 62 | 30 | 5 | 0 | 64 | 132 | 120 | 31 | 122 | 13 |
| Binary | 110010 | 11000 | 101 | 0 | 110100 | 1011010 | 1010000 | 11001 | 1010010 | 1011 |
Color Harmonies of #321805
Complementary color
Monochromatic Colors of #321805
Black with #321805
Text Example
Text Example
White with #321805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321805; }
p { color: rgb(50,24,5); }
H1.HeaderClassName
{
color: #321805;
}
.AnyTagClassName
{
color: #321805;
}
</style>
background-color css
<style>
a { background-color: #321805; }
a { background-color: rgb(50,24,5); }
div.DivClassName
{
background-color: #321805;
}
.BgClassName
{
background-color: #321805;
}
</style>
border-color css
<style>
span { border-color: #321805; }
span { border-color: rgb(50,24,5); }
td.TdClassName
{
border-color: #321805;
}
.TagClassName
{
border-color: #321805;
}
</style>