Shades of Seal Brown #250701
Tints of Seal Brown #250701
RGB
CMYK
RGB Variations
Color information
#250701 (or 0x250701) is known color: Seal Brown. HEX triplet: 25, 07 and 01. RGB value is (37,7,1). Sum of RGB (Red+Green+Blue) = 37+7+1=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250701 is #DAF8FE. Grayscale: #0F0F0F. Windows color (decimal): -14350591 or 67365. OLE color: 67365.
HSL color Cylindrical-coordinate representation of color #250701: hue angle of 10º 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 #250701 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 7 | 1 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.85 |
| HSL | 10º | 0.95% | 0.07% | - |
| HSV(B) | 10º | 0.97% | 0.15% | - |
| XYZ | 0.84 | 0.55 | 0.09 | - |
| YUV | 15.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 1 | 0 | 0.81 | 0.97 | 0.85 | 10 | 0.95 | 0.07 |
| Hex | 25 | 7 | 1 | 0 | 51 | 61 | 55 | A | 5F | 7 |
| Octal | 45 | 7 | 1 | 0 | 121 | 141 | 125 | 12 | 137 | 7 |
| Binary | 100101 | 111 | 1 | 0 | 1010001 | 1100001 | 1010101 | 1010 | 1011111 | 111 |
Color Harmonies of #250701
Complementary color
Monochromatic Colors of #250701
Black with #250701
Text Example
Text Example
White with #250701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250701; }
p { color: rgb(37,7,1); }
H1.HeaderClassName
{
color: #250701;
}
.AnyTagClassName
{
color: #250701;
}
</style>
background-color css
<style>
a { background-color: #250701; }
a { background-color: rgb(37,7,1); }
div.DivClassName
{
background-color: #250701;
}
.BgClassName
{
background-color: #250701;
}
</style>
border-color css
<style>
span { border-color: #250701; }
span { border-color: rgb(37,7,1); }
td.TdClassName
{
border-color: #250701;
}
.TagClassName
{
border-color: #250701;
}
</style>