Shades of Seal Brown #250F05
Tints of Seal Brown #250F05
RGB
CMYK
RGB Variations
Color information
#250F05 (or 0x250F05) is known color: Seal Brown. HEX triplet: 25, 0F and 05. RGB value is (37,15,5). Sum of RGB (Red+Green+Blue) = 37+15+5=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #250F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F05 is #DAF0FA. Grayscale: #141414. Windows color (decimal): -14348539 or 331557. OLE color: 331557.
HSL color Cylindrical-coordinate representation of color #250F05: hue angle of 18.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250F05 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 5 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.85 |
| HSL | 18.75º | 0.76% | 0.08% | - |
| HSV(B) | 18.75º | 0.86% | 0.15% | - |
| XYZ | 0.96 | 0.75 | 0.24 | - |
| YUV | 20.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 5 | 0 | 0.59 | 0.86 | 0.85 | 18.75 | 0.76 | 0.08 |
| Hex | 25 | F | 5 | 0 | 3B | 56 | 55 | 13 | 4C | 8 |
| Octal | 45 | 17 | 5 | 0 | 73 | 126 | 125 | 23 | 114 | 10 |
| Binary | 100101 | 1111 | 101 | 0 | 111011 | 1010110 | 1010101 | 10011 | 1001100 | 1000 |
Color Harmonies of #250F05
Complementary color
Monochromatic Colors of #250F05
Black with #250F05
Text Example
Text Example
White with #250F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F05; }
p { color: rgb(37,15,5); }
H1.HeaderClassName
{
color: #250F05;
}
.AnyTagClassName
{
color: #250F05;
}
</style>
background-color css
<style>
a { background-color: #250F05; }
a { background-color: rgb(37,15,5); }
div.DivClassName
{
background-color: #250F05;
}
.BgClassName
{
background-color: #250F05;
}
</style>
border-color css
<style>
span { border-color: #250F05; }
span { border-color: rgb(37,15,5); }
td.TdClassName
{
border-color: #250F05;
}
.TagClassName
{
border-color: #250F05;
}
</style>