Shades of Brown Pod #321B0D
Tints of Brown Pod #321B0D
RGB
CMYK
RGB Variations
Color information
#321B0D (or 0x321B0D) is known color: Brown Pod. HEX triplet: 32, 1B and 0D. RGB value is (50,27,13). Sum of RGB (Red+Green+Blue) = 50+27+13=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321B0D is #CDE4F2. Grayscale: #202020. Windows color (decimal): -13493491 or 858930. OLE color: 858930.
HSL color Cylindrical-coordinate representation of color #321B0D: hue angle of 22.7º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #321B0D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 13 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.80 |
| HSL | 22.7º | 0.59% | 0.12% | - |
| HSV(B) | 22.7º | 0.74% | 0.2% | - |
| XYZ | 1.78 | 1.49 | 0.57 | - |
| YUV | 32.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 13 | 0 | 0.46 | 0.74 | 0.80 | 22.7 | 0.59 | 0.12 |
| Hex | 32 | 1B | D | 0 | 2E | 4A | 50 | 17 | 3B | C |
| Octal | 62 | 33 | 15 | 0 | 56 | 112 | 120 | 27 | 73 | 14 |
| Binary | 110010 | 11011 | 1101 | 0 | 101110 | 1001010 | 1010000 | 10111 | 111011 | 1100 |
Color Harmonies of #321B0D
Complementary color
Monochromatic Colors of #321B0D
Black with #321B0D
Text Example
Text Example
White with #321B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B0D; }
p { color: rgb(50,27,13); }
H1.HeaderClassName
{
color: #321B0D;
}
.AnyTagClassName
{
color: #321B0D;
}
</style>
background-color css
<style>
a { background-color: #321B0D; }
a { background-color: rgb(50,27,13); }
div.DivClassName
{
background-color: #321B0D;
}
.BgClassName
{
background-color: #321B0D;
}
</style>
border-color css
<style>
span { border-color: #321B0D; }
span { border-color: rgb(50,27,13); }
td.TdClassName
{
border-color: #321B0D;
}
.TagClassName
{
border-color: #321B0D;
}
</style>