Shades of Seal Brown #250E03
Tints of Seal Brown #250E03
RGB
CMYK
RGB Variations
Color information
#250E03 (or 0x250E03) is known color: Seal Brown. HEX triplet: 25, 0E and 03. RGB value is (37,14,3). Sum of RGB (Red+Green+Blue) = 37+14+3=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250E03 is #DAF1FC. Grayscale: #131313. Windows color (decimal): -14348797 or 200229. OLE color: 200229.
HSL color Cylindrical-coordinate representation of color #250E03: hue angle of 19.41º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250E03 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 14 | 3 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.85 |
| HSL | 19.41º | 0.85% | 0.08% | - |
| HSV(B) | 19.41º | 0.92% | 0.15% | - |
| XYZ | 0.94 | 0.71 | 0.17 | - |
| YUV | 19.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 3 | 0 | 0.62 | 0.92 | 0.85 | 19.41 | 0.85 | 0.08 |
| Hex | 25 | E | 3 | 0 | 3E | 5C | 55 | 13 | 55 | 8 |
| Octal | 45 | 16 | 3 | 0 | 76 | 134 | 125 | 23 | 125 | 10 |
| Binary | 100101 | 1110 | 11 | 0 | 111110 | 1011100 | 1010101 | 10011 | 1010101 | 1000 |
Color Harmonies of #250E03
Complementary color
Monochromatic Colors of #250E03
Black with #250E03
Text Example
Text Example
White with #250E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E03; }
p { color: rgb(37,14,3); }
H1.HeaderClassName
{
color: #250E03;
}
.AnyTagClassName
{
color: #250E03;
}
</style>
background-color css
<style>
a { background-color: #250E03; }
a { background-color: rgb(37,14,3); }
div.DivClassName
{
background-color: #250E03;
}
.BgClassName
{
background-color: #250E03;
}
</style>
border-color css
<style>
span { border-color: #250E03; }
span { border-color: rgb(37,14,3); }
td.TdClassName
{
border-color: #250E03;
}
.TagClassName
{
border-color: #250E03;
}
</style>