Shades of Seal Brown #250E05
Tints of Seal Brown #250E05
RGB
CMYK
RGB Variations
Color information
#250E05 (or 0x250E05) is known color: Seal Brown. HEX triplet: 25, 0E and 05. RGB value is (37,14,5). Sum of RGB (Red+Green+Blue) = 37+14+5=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E05 is #DAF1FA. Grayscale: #131313. Windows color (decimal): -14348795 or 331301. OLE color: 331301.
HSL color Cylindrical-coordinate representation of color #250E05: hue angle of 16.88º 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 #250E05 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 14 | 5 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.85 |
| HSL | 16.88º | 0.76% | 0.08% | - |
| HSV(B) | 16.88º | 0.86% | 0.15% | - |
| XYZ | 0.95 | 0.72 | 0.23 | - |
| YUV | 19.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 5 | 0 | 0.62 | 0.86 | 0.85 | 16.88 | 0.76 | 0.08 |
| Hex | 25 | E | 5 | 0 | 3E | 56 | 55 | 11 | 4C | 8 |
| Octal | 45 | 16 | 5 | 0 | 76 | 126 | 125 | 21 | 114 | 10 |
| Binary | 100101 | 1110 | 101 | 0 | 111110 | 1010110 | 1010101 | 10001 | 1001100 | 1000 |
Color Harmonies of #250E05
Complementary color
Monochromatic Colors of #250E05
Black with #250E05
Text Example
Text Example
White with #250E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E05; }
p { color: rgb(37,14,5); }
H1.HeaderClassName
{
color: #250E05;
}
.AnyTagClassName
{
color: #250E05;
}
</style>
background-color css
<style>
a { background-color: #250E05; }
a { background-color: rgb(37,14,5); }
div.DivClassName
{
background-color: #250E05;
}
.BgClassName
{
background-color: #250E05;
}
</style>
border-color css
<style>
span { border-color: #250E05; }
span { border-color: rgb(37,14,5); }
td.TdClassName
{
border-color: #250E05;
}
.TagClassName
{
border-color: #250E05;
}
</style>