Shades of Brown Pod #321809
Tints of Brown Pod #321809
RGB
CMYK
RGB Variations
Color information
#321809 (or 0x321809) is known color: Brown Pod. HEX triplet: 32, 18 and 09. RGB value is (50,24,9). Sum of RGB (Red+Green+Blue) = 50+24+9=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #321809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321809 is #CDE7F6. Grayscale: #1E1E1E. Windows color (decimal): -13494263 or 596018. OLE color: 596018.
HSL color Cylindrical-coordinate representation of color #321809: hue angle of 21.95º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321809 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 9 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.80 |
| HSL | 21.95º | 0.69% | 0.12% | - |
| HSV(B) | 21.95º | 0.82% | 0.2% | - |
| XYZ | 1.69 | 1.35 | 0.43 | - |
| YUV | 30.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 9 | 0 | 0.52 | 0.82 | 0.80 | 21.95 | 0.69 | 0.12 |
| Hex | 32 | 18 | 9 | 0 | 34 | 52 | 50 | 16 | 45 | C |
| Octal | 62 | 30 | 11 | 0 | 64 | 122 | 120 | 26 | 105 | 14 |
| Binary | 110010 | 11000 | 1001 | 0 | 110100 | 1010010 | 1010000 | 10110 | 1000101 | 1100 |
Color Harmonies of #321809
Complementary color
Monochromatic Colors of #321809
Black with #321809
Text Example
Text Example
White with #321809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321809; }
p { color: rgb(50,24,9); }
H1.HeaderClassName
{
color: #321809;
}
.AnyTagClassName
{
color: #321809;
}
</style>
background-color css
<style>
a { background-color: #321809; }
a { background-color: rgb(50,24,9); }
div.DivClassName
{
background-color: #321809;
}
.BgClassName
{
background-color: #321809;
}
</style>
border-color css
<style>
span { border-color: #321809; }
span { border-color: rgb(50,24,9); }
td.TdClassName
{
border-color: #321809;
}
.TagClassName
{
border-color: #321809;
}
</style>