Shades of Brown Pod #321B0C
Tints of Brown Pod #321B0C
RGB
CMYK
RGB Variations
Color information
#321B0C (or 0x321B0C) is known color: Brown Pod. HEX triplet: 32, 1B and 0C. RGB value is (50,27,12). Sum of RGB (Red+Green+Blue) = 50+27+12=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #321B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B0C is #CDE4F3. Grayscale: #202020. Windows color (decimal): -13493492 or 793394. OLE color: 793394.
HSL color Cylindrical-coordinate representation of color #321B0C: hue angle of 23.68º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321B0C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 12 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.80 |
| HSL | 23.68º | 0.61% | 0.12% | - |
| HSV(B) | 23.68º | 0.76% | 0.2% | - |
| XYZ | 1.77 | 1.49 | 0.54 | - |
| YUV | 32.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 12 | 0 | 0.46 | 0.76 | 0.80 | 23.68 | 0.61 | 0.12 |
| Hex | 32 | 1B | C | 0 | 2E | 4C | 50 | 18 | 3D | C |
| Octal | 62 | 33 | 14 | 0 | 56 | 114 | 120 | 30 | 75 | 14 |
| Binary | 110010 | 11011 | 1100 | 0 | 101110 | 1001100 | 1010000 | 11000 | 111101 | 1100 |
Color Harmonies of #321B0C
Complementary color
Monochromatic Colors of #321B0C
Black with #321B0C
Text Example
Text Example
White with #321B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B0C; }
p { color: rgb(50,27,12); }
H1.HeaderClassName
{
color: #321B0C;
}
.AnyTagClassName
{
color: #321B0C;
}
</style>
background-color css
<style>
a { background-color: #321B0C; }
a { background-color: rgb(50,27,12); }
div.DivClassName
{
background-color: #321B0C;
}
.BgClassName
{
background-color: #321B0C;
}
</style>
border-color css
<style>
span { border-color: #321B0C; }
span { border-color: rgb(50,27,12); }
td.TdClassName
{
border-color: #321B0C;
}
.TagClassName
{
border-color: #321B0C;
}
</style>