Shades of Brown Pod #321A0C
Tints of Brown Pod #321A0C
RGB
CMYK
RGB Variations
Color information
#321A0C (or 0x321A0C) is known color: Brown Pod. HEX triplet: 32, 1A and 0C. RGB value is (50,26,12). Sum of RGB (Red+Green+Blue) = 50+26+12=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #321A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A0C is #CDE5F3. Grayscale: #1F1F1F. Windows color (decimal): -13493748 or 793138. OLE color: 793138.
HSL color Cylindrical-coordinate representation of color #321A0C: hue angle of 22.11º 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 #321A0C is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 12 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.80 |
| HSL | 22.11º | 0.61% | 0.12% | - |
| HSV(B) | 22.11º | 0.76% | 0.2% | - |
| XYZ | 1.75 | 1.44 | 0.53 | - |
| YUV | 31.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 12 | 0 | 0.48 | 0.76 | 0.80 | 22.11 | 0.61 | 0.12 |
| Hex | 32 | 1A | C | 0 | 30 | 4C | 50 | 16 | 3D | C |
| Octal | 62 | 32 | 14 | 0 | 60 | 114 | 120 | 26 | 75 | 14 |
| Binary | 110010 | 11010 | 1100 | 0 | 110000 | 1001100 | 1010000 | 10110 | 111101 | 1100 |
Color Harmonies of #321A0C
Complementary color
Monochromatic Colors of #321A0C
Black with #321A0C
Text Example
Text Example
White with #321A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A0C; }
p { color: rgb(50,26,12); }
H1.HeaderClassName
{
color: #321A0C;
}
.AnyTagClassName
{
color: #321A0C;
}
</style>
background-color css
<style>
a { background-color: #321A0C; }
a { background-color: rgb(50,26,12); }
div.DivClassName
{
background-color: #321A0C;
}
.BgClassName
{
background-color: #321A0C;
}
</style>
border-color css
<style>
span { border-color: #321A0C; }
span { border-color: rgb(50,26,12); }
td.TdClassName
{
border-color: #321A0C;
}
.TagClassName
{
border-color: #321A0C;
}
</style>