Shades of Brown Pod #32170E
Tints of Brown Pod #32170E
RGB
CMYK
RGB Variations
Color information
#32170E (or 0x32170E) is known color: Brown Pod. HEX triplet: 32, 17 and 0E. RGB value is (50,23,14). Sum of RGB (Red+Green+Blue) = 50+23+14=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #32170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32170E is #CDE8F1. Grayscale: #1E1E1E. Windows color (decimal): -13494514 or 923442. OLE color: 923442.
HSL color Cylindrical-coordinate representation of color #32170E: hue angle of 15º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32170E is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 14 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.80 |
| HSL | 15º | 0.56% | 0.13% | - |
| HSV(B) | 15º | 0.72% | 0.2% | - |
| XYZ | 1.7 | 1.32 | 0.58 | - |
| YUV | 30.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 14 | 0 | 0.54 | 0.72 | 0.80 | 15 | 0.56 | 0.13 |
| Hex | 32 | 17 | E | 0 | 36 | 48 | 50 | F | 38 | D |
| Octal | 62 | 27 | 16 | 0 | 66 | 110 | 120 | 17 | 70 | 15 |
| Binary | 110010 | 10111 | 1110 | 0 | 110110 | 1001000 | 1010000 | 1111 | 111000 | 1101 |
Color Harmonies of #32170E
Complementary color
Monochromatic Colors of #32170E
Black with #32170E
Text Example
Text Example
White with #32170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32170E; }
p { color: rgb(50,23,14); }
H1.HeaderClassName
{
color: #32170E;
}
.AnyTagClassName
{
color: #32170E;
}
</style>
background-color css
<style>
a { background-color: #32170E; }
a { background-color: rgb(50,23,14); }
div.DivClassName
{
background-color: #32170E;
}
.BgClassName
{
background-color: #32170E;
}
</style>
border-color css
<style>
span { border-color: #32170E; }
span { border-color: rgb(50,23,14); }
td.TdClassName
{
border-color: #32170E;
}
.TagClassName
{
border-color: #32170E;
}
</style>