Shades of Seal Brown #250A00
Tints of Seal Brown #250A00
RGB
CMYK
RGB Variations
Color information
#250A00 (or 0x250A00) is known color: Seal Brown. HEX triplet: 25, 0A and 00. RGB value is (37,10,0). Sum of RGB (Red+Green+Blue) = 37+10+0=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A00 is #DAF5FF. Grayscale: #111111. Windows color (decimal): -14349824 or 2597. OLE color: 2597.
HSL color Cylindrical-coordinate representation of color #250A00: hue angle of 16.22º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 10 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.85 |
| HSL | 16.22º | 1% | 0.07% | - |
| HSV(B) | 16.22º | 1% | 0.15% | - |
| XYZ | 0.87 | 0.61 | 0.07 | - |
| YUV | 16.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 0 | 0 | 0.73 | 1 | 0.85 | 16.22 | 1 | 0.07 |
| Hex | 25 | A | 0 | 0 | 49 | 64 | 55 | 10 | 64 | 7 |
| Octal | 45 | 12 | 0 | 0 | 111 | 144 | 125 | 20 | 144 | 7 |
| Binary | 100101 | 1010 | 0 | 0 | 1001001 | 1100100 | 1010101 | 10000 | 1100100 | 111 |
Color Harmonies of #250A00
Complementary color
Monochromatic Colors of #250A00
Black with #250A00
Text Example
Text Example
White with #250A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A00; }
p { color: rgb(37,10,0); }
H1.HeaderClassName
{
color: #250A00;
}
.AnyTagClassName
{
color: #250A00;
}
</style>
background-color css
<style>
a { background-color: #250A00; }
a { background-color: rgb(37,10,0); }
div.DivClassName
{
background-color: #250A00;
}
.BgClassName
{
background-color: #250A00;
}
</style>
border-color css
<style>
span { border-color: #250A00; }
span { border-color: rgb(37,10,0); }
td.TdClassName
{
border-color: #250A00;
}
.TagClassName
{
border-color: #250A00;
}
</style>