Shades of Seal Brown #251412
Tints of Seal Brown #251412
RGB
CMYK
RGB Variations
Color information
#251412 (or 0x251412) is known color: Seal Brown. HEX triplet: 25, 14 and 12. RGB value is (37,20,18). Sum of RGB (Red+Green+Blue) = 37+20+18=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251412 is #DAEBED. Grayscale: #181818. Windows color (decimal): -14347246 or 1184805. OLE color: 1184805.
HSL color Cylindrical-coordinate representation of color #251412: hue angle of 6.32º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #251412 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 20 | 18 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.85 |
| HSL | 6.32º | 0.35% | 0.11% | - |
| HSV(B) | 6.32º | 0.51% | 0.15% | - |
| XYZ | 1.12 | 0.94 | 0.69 | - |
| YUV | 24.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 18 | 0 | 0.46 | 0.51 | 0.85 | 6.32 | 0.35 | 0.11 |
| Hex | 25 | 14 | 12 | 0 | 2E | 33 | 55 | 6 | 23 | B |
| Octal | 45 | 24 | 22 | 0 | 56 | 63 | 125 | 6 | 43 | 13 |
| Binary | 100101 | 10100 | 10010 | 0 | 101110 | 110011 | 1010101 | 110 | 100011 | 1011 |
Color Harmonies of #251412
Complementary color
Monochromatic Colors of #251412
Black with #251412
Text Example
Text Example
White with #251412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251412; }
p { color: rgb(37,20,18); }
H1.HeaderClassName
{
color: #251412;
}
.AnyTagClassName
{
color: #251412;
}
</style>
background-color css
<style>
a { background-color: #251412; }
a { background-color: rgb(37,20,18); }
div.DivClassName
{
background-color: #251412;
}
.BgClassName
{
background-color: #251412;
}
</style>
border-color css
<style>
span { border-color: #251412; }
span { border-color: rgb(37,20,18); }
td.TdClassName
{
border-color: #251412;
}
.TagClassName
{
border-color: #251412;
}
</style>