Shades of Brown Pod #321B0F
Tints of Brown Pod #321B0F
RGB
CMYK
RGB Variations
Color information
#321B0F (or 0x321B0F) is known color: Brown Pod. HEX triplet: 32, 1B and 0F. RGB value is (50,27,15). Sum of RGB (Red+Green+Blue) = 50+27+15=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #321B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B0F is #CDE4F0. Grayscale: #202020. Windows color (decimal): -13493489 or 990002. OLE color: 990002.
HSL color Cylindrical-coordinate representation of color #321B0F: hue angle of 20.57º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #321B0F is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 15 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.80 |
| HSL | 20.57º | 0.54% | 0.13% | - |
| HSV(B) | 20.57º | 0.7% | 0.2% | - |
| XYZ | 1.79 | 1.5 | 0.65 | - |
| YUV | 32.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 15 | 0 | 0.46 | 0.70 | 0.80 | 20.57 | 0.54 | 0.13 |
| Hex | 32 | 1B | F | 0 | 2E | 46 | 50 | 15 | 36 | D |
| Octal | 62 | 33 | 17 | 0 | 56 | 106 | 120 | 25 | 66 | 15 |
| Binary | 110010 | 11011 | 1111 | 0 | 101110 | 1000110 | 1010000 | 10101 | 110110 | 1101 |
Color Harmonies of #321B0F
Complementary color
Monochromatic Colors of #321B0F
Black with #321B0F
Text Example
Text Example
White with #321B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B0F; }
p { color: rgb(50,27,15); }
H1.HeaderClassName
{
color: #321B0F;
}
.AnyTagClassName
{
color: #321B0F;
}
</style>
background-color css
<style>
a { background-color: #321B0F; }
a { background-color: rgb(50,27,15); }
div.DivClassName
{
background-color: #321B0F;
}
.BgClassName
{
background-color: #321B0F;
}
</style>
border-color css
<style>
span { border-color: #321B0F; }
span { border-color: rgb(50,27,15); }
td.TdClassName
{
border-color: #321B0F;
}
.TagClassName
{
border-color: #321B0F;
}
</style>