Shades of Seal Brown #250A01
Tints of Seal Brown #250A01
RGB
CMYK
RGB Variations
Color information
#250A01 (or 0x250A01) is known color: Seal Brown. HEX triplet: 25, 0A and 01. RGB value is (37,10,1). Sum of RGB (Red+Green+Blue) = 37+10+1=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A01 is #DAF5FE. Grayscale: #111111. Windows color (decimal): -14349823 or 68133. OLE color: 68133.
HSL color Cylindrical-coordinate representation of color #250A01: hue angle of 15º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250A01 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 10 | 1 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.85 |
| HSL | 15º | 0.95% | 0.07% | - |
| HSV(B) | 15º | 0.97% | 0.15% | - |
| XYZ | 0.88 | 0.61 | 0.1 | - |
| YUV | 17.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 1 | 0 | 0.73 | 0.97 | 0.85 | 15 | 0.95 | 0.07 |
| Hex | 25 | A | 1 | 0 | 49 | 61 | 55 | F | 5F | 7 |
| Octal | 45 | 12 | 1 | 0 | 111 | 141 | 125 | 17 | 137 | 7 |
| Binary | 100101 | 1010 | 1 | 0 | 1001001 | 1100001 | 1010101 | 1111 | 1011111 | 111 |
Color Harmonies of #250A01
Complementary color
Monochromatic Colors of #250A01
Black with #250A01
Text Example
Text Example
White with #250A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A01; }
p { color: rgb(37,10,1); }
H1.HeaderClassName
{
color: #250A01;
}
.AnyTagClassName
{
color: #250A01;
}
</style>
background-color css
<style>
a { background-color: #250A01; }
a { background-color: rgb(37,10,1); }
div.DivClassName
{
background-color: #250A01;
}
.BgClassName
{
background-color: #250A01;
}
</style>
border-color css
<style>
span { border-color: #250A01; }
span { border-color: rgb(37,10,1); }
td.TdClassName
{
border-color: #250A01;
}
.TagClassName
{
border-color: #250A01;
}
</style>