Shades of Brown Pod #321305
Tints of Brown Pod #321305
RGB
CMYK
RGB Variations
Color information
#321305 (or 0x321305) is known color: Brown Pod. HEX triplet: 32, 13 and 05. RGB value is (50,19,5). Sum of RGB (Red+Green+Blue) = 50+19+5=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321305 is #CDECFA. Grayscale: #1A1A1A. Windows color (decimal): -13495547 or 332594. OLE color: 332594.
HSL color Cylindrical-coordinate representation of color #321305: hue angle of 18.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321305 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 5 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.80 |
| HSL | 18.67º | 0.82% | 0.11% | - |
| HSV(B) | 18.67º | 0.9% | 0.2% | - |
| XYZ | 1.58 | 1.15 | 0.28 | - |
| YUV | 26.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 5 | 0 | 0.62 | 0.90 | 0.80 | 18.67 | 0.82 | 0.11 |
| Hex | 32 | 13 | 5 | 0 | 3E | 5A | 50 | 13 | 52 | B |
| Octal | 62 | 23 | 5 | 0 | 76 | 132 | 120 | 23 | 122 | 13 |
| Binary | 110010 | 10011 | 101 | 0 | 111110 | 1011010 | 1010000 | 10011 | 1010010 | 1011 |
Color Harmonies of #321305
Complementary color
Monochromatic Colors of #321305
Black with #321305
Text Example
Text Example
White with #321305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321305; }
p { color: rgb(50,19,5); }
H1.HeaderClassName
{
color: #321305;
}
.AnyTagClassName
{
color: #321305;
}
</style>
background-color css
<style>
a { background-color: #321305; }
a { background-color: rgb(50,19,5); }
div.DivClassName
{
background-color: #321305;
}
.BgClassName
{
background-color: #321305;
}
</style>
border-color css
<style>
span { border-color: #321305; }
span { border-color: rgb(50,19,5); }
td.TdClassName
{
border-color: #321305;
}
.TagClassName
{
border-color: #321305;
}
</style>