Shades of Seal Brown #250F08
Tints of Seal Brown #250F08
RGB
CMYK
RGB Variations
Color information
#250F08 (or 0x250F08) is known color: Seal Brown. HEX triplet: 25, 0F and 08. RGB value is (37,15,8). Sum of RGB (Red+Green+Blue) = 37+15+8=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F08 is #DAF0F7. Grayscale: #141414. Windows color (decimal): -14348536 or 528165. OLE color: 528165.
HSL color Cylindrical-coordinate representation of color #250F08: hue angle of 14.48º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250F08 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 8 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.85 |
| HSL | 14.48º | 0.64% | 0.09% | - |
| HSV(B) | 14.48º | 0.78% | 0.15% | - |
| XYZ | 0.98 | 0.75 | 0.32 | - |
| YUV | 20.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 8 | 0 | 0.59 | 0.78 | 0.85 | 14.48 | 0.64 | 0.09 |
| Hex | 25 | F | 8 | 0 | 3B | 4E | 55 | E | 40 | 9 |
| Octal | 45 | 17 | 10 | 0 | 73 | 116 | 125 | 16 | 100 | 11 |
| Binary | 100101 | 1111 | 1000 | 0 | 111011 | 1001110 | 1010101 | 1110 | 1000000 | 1001 |
Color Harmonies of #250F08
Complementary color
Monochromatic Colors of #250F08
Black with #250F08
Text Example
Text Example
White with #250F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F08; }
p { color: rgb(37,15,8); }
H1.HeaderClassName
{
color: #250F08;
}
.AnyTagClassName
{
color: #250F08;
}
</style>
background-color css
<style>
a { background-color: #250F08; }
a { background-color: rgb(37,15,8); }
div.DivClassName
{
background-color: #250F08;
}
.BgClassName
{
background-color: #250F08;
}
</style>
border-color css
<style>
span { border-color: #250F08; }
span { border-color: rgb(37,15,8); }
td.TdClassName
{
border-color: #250F08;
}
.TagClassName
{
border-color: #250F08;
}
</style>