Shades of Brown Pod #321A12
Tints of Brown Pod #321A12
RGB
CMYK
RGB Variations
Color information
#321A12 (or 0x321A12) is known color: Brown Pod. HEX triplet: 32, 1A and 12. RGB value is (50,26,18). Sum of RGB (Red+Green+Blue) = 50+26+18=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #321A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321A12 is #CDE5ED. Grayscale: #202020. Windows color (decimal): -13493742 or 1186354. OLE color: 1186354.
HSL color Cylindrical-coordinate representation of color #321A12: hue angle of 15º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321A12 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 26 | 18 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.80 |
| HSL | 15º | 0.47% | 0.13% | - |
| HSV(B) | 15º | 0.64% | 0.2% | - |
| XYZ | 1.79 | 1.46 | 0.76 | - |
| YUV | 32.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 18 | 0 | 0.48 | 0.64 | 0.80 | 15 | 0.47 | 0.13 |
| Hex | 32 | 1A | 12 | 0 | 30 | 40 | 50 | F | 2F | D |
| Octal | 62 | 32 | 22 | 0 | 60 | 100 | 120 | 17 | 57 | 15 |
| Binary | 110010 | 11010 | 10010 | 0 | 110000 | 1000000 | 1010000 | 1111 | 101111 | 1101 |
Color Harmonies of #321A12
Complementary color
Monochromatic Colors of #321A12
Black with #321A12
Text Example
Text Example
White with #321A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321A12; }
p { color: rgb(50,26,18); }
H1.HeaderClassName
{
color: #321A12;
}
.AnyTagClassName
{
color: #321A12;
}
</style>
background-color css
<style>
a { background-color: #321A12; }
a { background-color: rgb(50,26,18); }
div.DivClassName
{
background-color: #321A12;
}
.BgClassName
{
background-color: #321A12;
}
</style>
border-color css
<style>
span { border-color: #321A12; }
span { border-color: rgb(50,26,18); }
td.TdClassName
{
border-color: #321A12;
}
.TagClassName
{
border-color: #321A12;
}
</style>