Shades of Seal Brown #250503
Tints of Seal Brown #250503
RGB
CMYK
RGB Variations
Color information
#250503 (or 0x250503) is known color: Seal Brown. HEX triplet: 25, 05 and 03. RGB value is (37,5,3). Sum of RGB (Red+Green+Blue) = 37+5+3=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250503 is #DAFAFC. Grayscale: #0E0E0E. Windows color (decimal): -14351101 or 197925. OLE color: 197925.
HSL color Cylindrical-coordinate representation of color #250503: hue angle of 3.53º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250503 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 5 | 3 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.85 |
| HSL | 3.53º | 0.85% | 0.08% | - |
| HSV(B) | 3.53º | 0.92% | 0.15% | - |
| XYZ | 0.83 | 0.51 | 0.14 | - |
| YUV | 14.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 3 | 0 | 0.86 | 0.92 | 0.85 | 3.53 | 0.85 | 0.08 |
| Hex | 25 | 5 | 3 | 0 | 56 | 5C | 55 | 4 | 55 | 8 |
| Octal | 45 | 5 | 3 | 0 | 126 | 134 | 125 | 4 | 125 | 10 |
| Binary | 100101 | 101 | 11 | 0 | 1010110 | 1011100 | 1010101 | 100 | 1010101 | 1000 |
Color Harmonies of #250503
Complementary color
Monochromatic Colors of #250503
Black with #250503
Text Example
Text Example
White with #250503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250503; }
p { color: rgb(37,5,3); }
H1.HeaderClassName
{
color: #250503;
}
.AnyTagClassName
{
color: #250503;
}
</style>
background-color css
<style>
a { background-color: #250503; }
a { background-color: rgb(37,5,3); }
div.DivClassName
{
background-color: #250503;
}
.BgClassName
{
background-color: #250503;
}
</style>
border-color css
<style>
span { border-color: #250503; }
span { border-color: rgb(37,5,3); }
td.TdClassName
{
border-color: #250503;
}
.TagClassName
{
border-color: #250503;
}
</style>