Shades of Brown Pod #321A11
Tints of Brown Pod #321A11
RGB
CMYK
RGB Variations
Color information
#321A11 (or 0x321A11) is known color: Brown Pod. HEX triplet: 32, 1A and 11. RGB value is (50,26,17). Sum of RGB (Red+Green+Blue) = 50+26+17=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #321A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A11 is #CDE5EE. Grayscale: #202020. Windows color (decimal): -13493743 or 1120818. OLE color: 1120818.
HSL color Cylindrical-coordinate representation of color #321A11: hue angle of 16.36º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321A11 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 17 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.80 |
| HSL | 16.36º | 0.49% | 0.13% | - |
| HSV(B) | 16.36º | 0.66% | 0.2% | - |
| XYZ | 1.79 | 1.46 | 0.72 | - |
| YUV | 32.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 17 | 0 | 0.48 | 0.66 | 0.80 | 16.36 | 0.49 | 0.13 |
| Hex | 32 | 1A | 11 | 0 | 30 | 42 | 50 | 10 | 31 | D |
| Octal | 62 | 32 | 21 | 0 | 60 | 102 | 120 | 20 | 61 | 15 |
| Binary | 110010 | 11010 | 10001 | 0 | 110000 | 1000010 | 1010000 | 10000 | 110001 | 1101 |
Color Harmonies of #321A11
Complementary color
Monochromatic Colors of #321A11
Black with #321A11
Text Example
Text Example
White with #321A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A11; }
p { color: rgb(50,26,17); }
H1.HeaderClassName
{
color: #321A11;
}
.AnyTagClassName
{
color: #321A11;
}
</style>
background-color css
<style>
a { background-color: #321A11; }
a { background-color: rgb(50,26,17); }
div.DivClassName
{
background-color: #321A11;
}
.BgClassName
{
background-color: #321A11;
}
</style>
border-color css
<style>
span { border-color: #321A11; }
span { border-color: rgb(50,26,17); }
td.TdClassName
{
border-color: #321A11;
}
.TagClassName
{
border-color: #321A11;
}
</style>