Shades of Brown Pod #321B13
Tints of Brown Pod #321B13
RGB
CMYK
RGB Variations
Color information
#321B13 (or 0x321B13) is known color: Brown Pod. HEX triplet: 32, 1B and 13. RGB value is (50,27,19). Sum of RGB (Red+Green+Blue) = 50+27+19=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #321B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B13 is #CDE4EC. Grayscale: #212121. Windows color (decimal): -13493485 or 1252146. OLE color: 1252146.
HSL color Cylindrical-coordinate representation of color #321B13: hue angle of 15.48º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #321B13 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 19 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.80 |
| HSL | 15.48º | 0.45% | 0.14% | - |
| HSV(B) | 15.48º | 0.62% | 0.2% | - |
| XYZ | 1.82 | 1.51 | 0.81 | - |
| YUV | 32.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 19 | 0 | 0.46 | 0.62 | 0.80 | 15.48 | 0.45 | 0.14 |
| Hex | 32 | 1B | 13 | 0 | 2E | 3E | 50 | F | 2D | E |
| Octal | 62 | 33 | 23 | 0 | 56 | 76 | 120 | 17 | 55 | 16 |
| Binary | 110010 | 11011 | 10011 | 0 | 101110 | 111110 | 1010000 | 1111 | 101101 | 1110 |
Color Harmonies of #321B13
Complementary color
Monochromatic Colors of #321B13
Black with #321B13
Text Example
Text Example
White with #321B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B13; }
p { color: rgb(50,27,19); }
H1.HeaderClassName
{
color: #321B13;
}
.AnyTagClassName
{
color: #321B13;
}
</style>
background-color css
<style>
a { background-color: #321B13; }
a { background-color: rgb(50,27,19); }
div.DivClassName
{
background-color: #321B13;
}
.BgClassName
{
background-color: #321B13;
}
</style>
border-color css
<style>
span { border-color: #321B13; }
span { border-color: rgb(50,27,19); }
td.TdClassName
{
border-color: #321B13;
}
.TagClassName
{
border-color: #321B13;
}
</style>