Shades of Seal Brown #250E01
Tints of Seal Brown #250E01
RGB
CMYK
RGB Variations
Color information
#250E01 (or 0x250E01) is known color: Seal Brown. HEX triplet: 25, 0E and 01. RGB value is (37,14,1). Sum of RGB (Red+Green+Blue) = 37+14+1=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E01 is #DAF1FE. Grayscale: #131313. Windows color (decimal): -14348799 or 69157. OLE color: 69157.
HSL color Cylindrical-coordinate representation of color #250E01: hue angle of 21.67º 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 #250E01 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 14 | 1 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.85 |
| HSL | 21.67º | 0.95% | 0.07% | - |
| HSV(B) | 21.67º | 0.97% | 0.15% | - |
| XYZ | 0.93 | 0.71 | 0.12 | - |
| YUV | 19.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 1 | 0 | 0.62 | 0.97 | 0.85 | 21.67 | 0.95 | 0.07 |
| Hex | 25 | E | 1 | 0 | 3E | 61 | 55 | 16 | 5F | 7 |
| Octal | 45 | 16 | 1 | 0 | 76 | 141 | 125 | 26 | 137 | 7 |
| Binary | 100101 | 1110 | 1 | 0 | 111110 | 1100001 | 1010101 | 10110 | 1011111 | 111 |
Color Harmonies of #250E01
Complementary color
Monochromatic Colors of #250E01
Black with #250E01
Text Example
Text Example
White with #250E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E01; }
p { color: rgb(37,14,1); }
H1.HeaderClassName
{
color: #250E01;
}
.AnyTagClassName
{
color: #250E01;
}
</style>
background-color css
<style>
a { background-color: #250E01; }
a { background-color: rgb(37,14,1); }
div.DivClassName
{
background-color: #250E01;
}
.BgClassName
{
background-color: #250E01;
}
</style>
border-color css
<style>
span { border-color: #250E01; }
span { border-color: rgb(37,14,1); }
td.TdClassName
{
border-color: #250E01;
}
.TagClassName
{
border-color: #250E01;
}
</style>