Shades of Seal Brown #32140C
Tints of Seal Brown #32140C
RGB
CMYK
RGB Variations
Color information
#32140C (or 0x32140C) is known color: Seal Brown. HEX triplet: 32, 14 and 0C. RGB value is (50,20,12). Sum of RGB (Red+Green+Blue) = 50+20+12=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32140C is #CDEBF3. Grayscale: #1C1C1C. Windows color (decimal): -13495284 or 791602. OLE color: 791602.
HSL color Cylindrical-coordinate representation of color #32140C: hue angle of 12.63º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32140C is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 20 | 12 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.80 |
| HSL | 12.63º | 0.61% | 0.12% | - |
| HSV(B) | 12.63º | 0.76% | 0.2% | - |
| XYZ | 1.63 | 1.2 | 0.49 | - |
| YUV | 28.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 12 | 0 | 0.60 | 0.76 | 0.80 | 12.63 | 0.61 | 0.12 |
| Hex | 32 | 14 | C | 0 | 3C | 4C | 50 | D | 3D | C |
| Octal | 62 | 24 | 14 | 0 | 74 | 114 | 120 | 15 | 75 | 14 |
| Binary | 110010 | 10100 | 1100 | 0 | 111100 | 1001100 | 1010000 | 1101 | 111101 | 1100 |
Color Harmonies of #32140C
Complementary color
Monochromatic Colors of #32140C
Black with #32140C
Text Example
Text Example
White with #32140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32140C; }
p { color: rgb(50,20,12); }
H1.HeaderClassName
{
color: #32140C;
}
.AnyTagClassName
{
color: #32140C;
}
</style>
background-color css
<style>
a { background-color: #32140C; }
a { background-color: rgb(50,20,12); }
div.DivClassName
{
background-color: #32140C;
}
.BgClassName
{
background-color: #32140C;
}
</style>
border-color css
<style>
span { border-color: #32140C; }
span { border-color: rgb(50,20,12); }
td.TdClassName
{
border-color: #32140C;
}
.TagClassName
{
border-color: #32140C;
}
</style>