Shades of Seal Brown #251414
Tints of Seal Brown #251414
RGB
CMYK
RGB Variations
Color information
#251414 (or 0x251414) is known color: Seal Brown. HEX triplet: 25, 14 and 14. RGB value is (37,20,20). Sum of RGB (Red+Green+Blue) = 37+20+20=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251414 is #DAEBEB. Grayscale: #191919. Windows color (decimal): -14347244 or 1315877. OLE color: 1315877.
HSL color Cylindrical-coordinate representation of color #251414: hue angle of 0º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251414 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 20 | 20 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.85 |
| HSL | 0º | 0.3% | 0.11% | - |
| HSV(B) | 0º | 0.46% | 0.15% | - |
| XYZ | 1.14 | 0.94 | 0.78 | - |
| YUV | 25.08 | 125.13 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 20 | 0 | 0.46 | 0.46 | 0.85 | 0 | 0.3 | 0.11 |
| Hex | 25 | 14 | 14 | 0 | 2E | 2E | 55 | 0 | 1E | B |
| Octal | 45 | 24 | 24 | 0 | 56 | 56 | 125 | 0 | 36 | 13 |
| Binary | 100101 | 10100 | 10100 | 0 | 101110 | 101110 | 1010101 | 0 | 11110 | 1011 |
Color Harmonies of #251414
Complementary color
Monochromatic Colors of #251414
Black with #251414
Text Example
Text Example
White with #251414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251414; }
p { color: rgb(37,20,20); }
H1.HeaderClassName
{
color: #251414;
}
.AnyTagClassName
{
color: #251414;
}
</style>
background-color css
<style>
a { background-color: #251414; }
a { background-color: rgb(37,20,20); }
div.DivClassName
{
background-color: #251414;
}
.BgClassName
{
background-color: #251414;
}
</style>
border-color css
<style>
span { border-color: #251414; }
span { border-color: rgb(37,20,20); }
td.TdClassName
{
border-color: #251414;
}
.TagClassName
{
border-color: #251414;
}
</style>