Shades of Brown Pod #321F1C
Tints of Brown Pod #321F1C
RGB
CMYK
RGB Variations
Color information
#321F1C (or 0x321F1C) is known color: Brown Pod. HEX triplet: 32, 1F and 1C. RGB value is (50,31,28). Sum of RGB (Red+Green+Blue) = 50+31+28=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F1C is #CDE0E3. Grayscale: #242424. Windows color (decimal): -13492452 or 1842994. OLE color: 1842994.
HSL color Cylindrical-coordinate representation of color #321F1C: hue angle of 8.18º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #321F1C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 28 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.80 |
| HSL | 8.18º | 0.28% | 0.15% | - |
| HSV(B) | 8.18º | 0.44% | 0.2% | - |
| XYZ | 2.01 | 1.74 | 1.33 | - |
| YUV | 36.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 28 | 0 | 0.38 | 0.44 | 0.80 | 8.18 | 0.28 | 0.15 |
| Hex | 32 | 1F | 1C | 0 | 26 | 2C | 50 | 8 | 1C | F |
| Octal | 62 | 37 | 34 | 0 | 46 | 54 | 120 | 10 | 34 | 17 |
| Binary | 110010 | 11111 | 11100 | 0 | 100110 | 101100 | 1010000 | 1000 | 11100 | 1111 |
Color Harmonies of #321F1C
Complementary color
Monochromatic Colors of #321F1C
Black with #321F1C
Text Example
Text Example
White with #321F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F1C; }
p { color: rgb(50,31,28); }
H1.HeaderClassName
{
color: #321F1C;
}
.AnyTagClassName
{
color: #321F1C;
}
</style>
background-color css
<style>
a { background-color: #321F1C; }
a { background-color: rgb(50,31,28); }
div.DivClassName
{
background-color: #321F1C;
}
.BgClassName
{
background-color: #321F1C;
}
</style>
border-color css
<style>
span { border-color: #321F1C; }
span { border-color: rgb(50,31,28); }
td.TdClassName
{
border-color: #321F1C;
}
.TagClassName
{
border-color: #321F1C;
}
</style>