Shades of Seal Brown #32170F
Tints of Seal Brown #32170F
RGB
CMYK
RGB Variations
Color information
#32170F (or 0x32170F) is known color: Seal Brown. HEX triplet: 32, 17 and 0F. RGB value is (50,23,15). Sum of RGB (Red+Green+Blue) = 50+23+15=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #32170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32170F is #CDE8F0. Grayscale: #1E1E1E. Windows color (decimal): -13494513 or 988978. OLE color: 988978.
HSL color Cylindrical-coordinate representation of color #32170F: hue angle of 13.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32170F is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 23 | 15 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.80 |
| HSL | 13.71º | 0.54% | 0.13% | - |
| HSV(B) | 13.71º | 0.7% | 0.2% | - |
| XYZ | 1.71 | 1.33 | 0.62 | - |
| YUV | 30.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 15 | 0 | 0.54 | 0.70 | 0.80 | 13.71 | 0.54 | 0.13 |
| Hex | 32 | 17 | F | 0 | 36 | 46 | 50 | E | 36 | D |
| Octal | 62 | 27 | 17 | 0 | 66 | 106 | 120 | 16 | 66 | 15 |
| Binary | 110010 | 10111 | 1111 | 0 | 110110 | 1000110 | 1010000 | 1110 | 110110 | 1101 |
Color Harmonies of #32170F
Complementary color
Monochromatic Colors of #32170F
Black with #32170F
Text Example
Text Example
White with #32170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32170F; }
p { color: rgb(50,23,15); }
H1.HeaderClassName
{
color: #32170F;
}
.AnyTagClassName
{
color: #32170F;
}
</style>
background-color css
<style>
a { background-color: #32170F; }
a { background-color: rgb(50,23,15); }
div.DivClassName
{
background-color: #32170F;
}
.BgClassName
{
background-color: #32170F;
}
</style>
border-color css
<style>
span { border-color: #32170F; }
span { border-color: rgb(50,23,15); }
td.TdClassName
{
border-color: #32170F;
}
.TagClassName
{
border-color: #32170F;
}
</style>