Shades of Seal Brown #251313
Tints of Seal Brown #251313
RGB
CMYK
RGB Variations
Color information
#251313 (or 0x251313) is known color: Seal Brown. HEX triplet: 25, 13 and 13. RGB value is (37,19,19). Sum of RGB (Red+Green+Blue) = 37+19+19=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251313 is #DAECEC. Grayscale: #181818. Windows color (decimal): -14347501 or 1250085. OLE color: 1250085.
HSL color Cylindrical-coordinate representation of color #251313: hue angle of 0º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #251313 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 19 | 19 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.85 |
| HSL | 0º | 0.32% | 0.11% | - |
| HSV(B) | 0º | 0.49% | 0.15% | - |
| XYZ | 1.11 | 0.91 | 0.73 | - |
| YUV | 24.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 19 | 0 | 0.49 | 0.49 | 0.85 | 0 | 0.32 | 0.11 |
| Hex | 25 | 13 | 13 | 0 | 31 | 31 | 55 | 0 | 20 | B |
| Octal | 45 | 23 | 23 | 0 | 61 | 61 | 125 | 0 | 40 | 13 |
| Binary | 100101 | 10011 | 10011 | 0 | 110001 | 110001 | 1010101 | 0 | 100000 | 1011 |
Color Harmonies of #251313
Complementary color
Monochromatic Colors of #251313
Black with #251313
Text Example
Text Example
White with #251313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251313; }
p { color: rgb(37,19,19); }
H1.HeaderClassName
{
color: #251313;
}
.AnyTagClassName
{
color: #251313;
}
</style>
background-color css
<style>
a { background-color: #251313; }
a { background-color: rgb(37,19,19); }
div.DivClassName
{
background-color: #251313;
}
.BgClassName
{
background-color: #251313;
}
</style>
border-color css
<style>
span { border-color: #251313; }
span { border-color: rgb(37,19,19); }
td.TdClassName
{
border-color: #251313;
}
.TagClassName
{
border-color: #251313;
}
</style>