Shades of Brown Pod #32180A
Tints of Brown Pod #32180A
RGB
CMYK
RGB Variations
Color information
#32180A (or 0x32180A) is known color: Brown Pod. HEX triplet: 32, 18 and 0A. RGB value is (50,24,10). Sum of RGB (Red+Green+Blue) = 50+24+10=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #32180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32180A is #CDE7F5. Grayscale: #1E1E1E. Windows color (decimal): -13494262 or 661554. OLE color: 661554.
HSL color Cylindrical-coordinate representation of color #32180A: hue angle of 21º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32180A is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 10 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.80 |
| HSL | 21º | 0.67% | 0.12% | - |
| HSV(B) | 21º | 0.8% | 0.2% | - |
| XYZ | 1.7 | 1.35 | 0.46 | - |
| YUV | 30.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 10 | 0 | 0.52 | 0.80 | 0.80 | 21 | 0.67 | 0.12 |
| Hex | 32 | 18 | A | 0 | 34 | 50 | 50 | 15 | 43 | C |
| Octal | 62 | 30 | 12 | 0 | 64 | 120 | 120 | 25 | 103 | 14 |
| Binary | 110010 | 11000 | 1010 | 0 | 110100 | 1010000 | 1010000 | 10101 | 1000011 | 1100 |
Color Harmonies of #32180A
Complementary color
Monochromatic Colors of #32180A
Black with #32180A
Text Example
Text Example
White with #32180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32180A; }
p { color: rgb(50,24,10); }
H1.HeaderClassName
{
color: #32180A;
}
.AnyTagClassName
{
color: #32180A;
}
</style>
background-color css
<style>
a { background-color: #32180A; }
a { background-color: rgb(50,24,10); }
div.DivClassName
{
background-color: #32180A;
}
.BgClassName
{
background-color: #32180A;
}
</style>
border-color css
<style>
span { border-color: #32180A; }
span { border-color: rgb(50,24,10); }
td.TdClassName
{
border-color: #32180A;
}
.TagClassName
{
border-color: #32180A;
}
</style>