Shades of Seal Brown #250F0F
Tints of Seal Brown #250F0F
RGB
CMYK
RGB Variations
Color information
#250F0F (or 0x250F0F) is known color: Seal Brown. HEX triplet: 25, 0F and 0F. RGB value is (37,15,15). Sum of RGB (Red+Green+Blue) = 37+15+15=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F0F is #DAF0F0. Grayscale: #151515. Windows color (decimal): -14348529 or 986917. OLE color: 986917.
HSL color Cylindrical-coordinate representation of color #250F0F: hue angle of 0º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #250F0F is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 15 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.85 |
| HSL | 0º | 0.42% | 0.1% | - |
| HSV(B) | 0º | 0.59% | 0.15% | - |
| XYZ | 1.02 | 0.77 | 0.55 | - |
| YUV | 21.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 15 | 0 | 0.59 | 0.59 | 0.85 | 0 | 0.42 | 0.1 |
| Hex | 25 | F | F | 0 | 3B | 3B | 55 | 0 | 2A | A |
| Octal | 45 | 17 | 17 | 0 | 73 | 73 | 125 | 0 | 52 | 12 |
| Binary | 100101 | 1111 | 1111 | 0 | 111011 | 111011 | 1010101 | 0 | 101010 | 1010 |
Color Harmonies of #250F0F
Complementary color
Monochromatic Colors of #250F0F
Black with #250F0F
Text Example
Text Example
White with #250F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F0F; }
p { color: rgb(37,15,15); }
H1.HeaderClassName
{
color: #250F0F;
}
.AnyTagClassName
{
color: #250F0F;
}
</style>
background-color css
<style>
a { background-color: #250F0F; }
a { background-color: rgb(37,15,15); }
div.DivClassName
{
background-color: #250F0F;
}
.BgClassName
{
background-color: #250F0F;
}
</style>
border-color css
<style>
span { border-color: #250F0F; }
span { border-color: rgb(37,15,15); }
td.TdClassName
{
border-color: #250F0F;
}
.TagClassName
{
border-color: #250F0F;
}
</style>