Shades of Seal Brown #250F04
Tints of Seal Brown #250F04
RGB
CMYK
RGB Variations
Color information
#250F04 (or 0x250F04) is known color: Seal Brown. HEX triplet: 25, 0F and 04. RGB value is (37,15,4). Sum of RGB (Red+Green+Blue) = 37+15+4=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F04 is #DAF0FB. Grayscale: #141414. Windows color (decimal): -14348540 or 266021. OLE color: 266021.
HSL color Cylindrical-coordinate representation of color #250F04: hue angle of 20º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250F04 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 4 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.85 |
| HSL | 20º | 0.8% | 0.08% | - |
| HSV(B) | 20º | 0.89% | 0.15% | - |
| XYZ | 0.96 | 0.74 | 0.21 | - |
| YUV | 20.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 4 | 0 | 0.59 | 0.89 | 0.85 | 20 | 0.8 | 0.08 |
| Hex | 25 | F | 4 | 0 | 3B | 59 | 55 | 14 | 50 | 8 |
| Octal | 45 | 17 | 4 | 0 | 73 | 131 | 125 | 24 | 120 | 10 |
| Binary | 100101 | 1111 | 100 | 0 | 111011 | 1011001 | 1010101 | 10100 | 1010000 | 1000 |
Color Harmonies of #250F04
Complementary color
Monochromatic Colors of #250F04
Black with #250F04
Text Example
Text Example
White with #250F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F04; }
p { color: rgb(37,15,4); }
H1.HeaderClassName
{
color: #250F04;
}
.AnyTagClassName
{
color: #250F04;
}
</style>
background-color css
<style>
a { background-color: #250F04; }
a { background-color: rgb(37,15,4); }
div.DivClassName
{
background-color: #250F04;
}
.BgClassName
{
background-color: #250F04;
}
</style>
border-color css
<style>
span { border-color: #250F04; }
span { border-color: rgb(37,15,4); }
td.TdClassName
{
border-color: #250F04;
}
.TagClassName
{
border-color: #250F04;
}
</style>