Shades of Seal Brown #32150B
Tints of Seal Brown #32150B
RGB
CMYK
RGB Variations
Color information
#32150B (or 0x32150B) is known color: Seal Brown. HEX triplet: 32, 15 and 0B. RGB value is (50,21,11). Sum of RGB (Red+Green+Blue) = 50+21+11=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #32150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32150B is #CDEAF4. Grayscale: #1C1C1C. Windows color (decimal): -13495029 or 726322. OLE color: 726322.
HSL color Cylindrical-coordinate representation of color #32150B: hue angle of 15.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32150B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 21 | 11 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.80 |
| HSL | 15.38º | 0.64% | 0.12% | - |
| HSV(B) | 15.38º | 0.78% | 0.2% | - |
| XYZ | 1.64 | 1.24 | 0.47 | - |
| YUV | 28.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 11 | 0 | 0.58 | 0.78 | 0.80 | 15.38 | 0.64 | 0.12 |
| Hex | 32 | 15 | B | 0 | 3A | 4E | 50 | F | 40 | C |
| Octal | 62 | 25 | 13 | 0 | 72 | 116 | 120 | 17 | 100 | 14 |
| Binary | 110010 | 10101 | 1011 | 0 | 111010 | 1001110 | 1010000 | 1111 | 1000000 | 1100 |
Color Harmonies of #32150B
Complementary color
Monochromatic Colors of #32150B
Black with #32150B
Text Example
Text Example
White with #32150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32150B; }
p { color: rgb(50,21,11); }
H1.HeaderClassName
{
color: #32150B;
}
.AnyTagClassName
{
color: #32150B;
}
</style>
background-color css
<style>
a { background-color: #32150B; }
a { background-color: rgb(50,21,11); }
div.DivClassName
{
background-color: #32150B;
}
.BgClassName
{
background-color: #32150B;
}
</style>
border-color css
<style>
span { border-color: #32150B; }
span { border-color: rgb(50,21,11); }
td.TdClassName
{
border-color: #32150B;
}
.TagClassName
{
border-color: #32150B;
}
</style>