Shades of Brown Pod #321303
Tints of Brown Pod #321303
RGB
CMYK
RGB Variations
Color information
#321303 (or 0x321303) is known color: Brown Pod. HEX triplet: 32, 13 and 03. RGB value is (50,19,3). Sum of RGB (Red+Green+Blue) = 50+19+3=72 (9% of max value = 765). Red value is 50 (19.92% from 255 or 69.44% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 50 - color contains mainly: red. Hex color #321303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321303 is #CDECFC. Grayscale: #1A1A1A. Windows color (decimal): -13495549 or 201522. OLE color: 201522.
HSL color Cylindrical-coordinate representation of color #321303: hue angle of 20.43º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #321303 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 19 | 3 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.80 |
| HSL | 20.43º | 0.89% | 0.1% | - |
| HSV(B) | 20.43º | 0.94% | 0.2% | - |
| XYZ | 1.56 | 1.15 | 0.23 | - |
| YUV | 26.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 3 | 0 | 0.62 | 0.94 | 0.80 | 20.43 | 0.89 | 0.1 |
| Hex | 32 | 13 | 3 | 0 | 3E | 5E | 50 | 14 | 59 | A |
| Octal | 62 | 23 | 3 | 0 | 76 | 136 | 120 | 24 | 131 | 12 |
| Binary | 110010 | 10011 | 11 | 0 | 111110 | 1011110 | 1010000 | 10100 | 1011001 | 1010 |
Color Harmonies of #321303
Complementary color
Monochromatic Colors of #321303
Black with #321303
Text Example
Text Example
White with #321303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321303; }
p { color: rgb(50,19,3); }
H1.HeaderClassName
{
color: #321303;
}
.AnyTagClassName
{
color: #321303;
}
</style>
background-color css
<style>
a { background-color: #321303; }
a { background-color: rgb(50,19,3); }
div.DivClassName
{
background-color: #321303;
}
.BgClassName
{
background-color: #321303;
}
</style>
border-color css
<style>
span { border-color: #321303; }
span { border-color: rgb(50,19,3); }
td.TdClassName
{
border-color: #321303;
}
.TagClassName
{
border-color: #321303;
}
</style>