Shades of Seal Brown #250B0A
Tints of Seal Brown #250B0A
RGB
CMYK
RGB Variations
Color information
#250B0A (or 0x250B0A) is known color: Seal Brown. HEX triplet: 25, 0B and 0A. RGB value is (37,11,10). Sum of RGB (Red+Green+Blue) = 37+11+10=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B0A is #DAF4F5. Grayscale: #121212. Windows color (decimal): -14349558 or 658213. OLE color: 658213.
HSL color Cylindrical-coordinate representation of color #250B0A: hue angle of 2.22º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250B0A is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 11 | 10 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.85 |
| HSL | 2.22º | 0.57% | 0.09% | - |
| HSV(B) | 2.22º | 0.73% | 0.15% | - |
| XYZ | 0.94 | 0.65 | 0.36 | - |
| YUV | 18.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 10 | 0 | 0.70 | 0.73 | 0.85 | 2.22 | 0.57 | 0.09 |
| Hex | 25 | B | A | 0 | 46 | 49 | 55 | 2 | 39 | 9 |
| Octal | 45 | 13 | 12 | 0 | 106 | 111 | 125 | 2 | 71 | 11 |
| Binary | 100101 | 1011 | 1010 | 0 | 1000110 | 1001001 | 1010101 | 10 | 111001 | 1001 |
Color Harmonies of #250B0A
Complementary color
Monochromatic Colors of #250B0A
Black with #250B0A
Text Example
Text Example
White with #250B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B0A; }
p { color: rgb(37,11,10); }
H1.HeaderClassName
{
color: #250B0A;
}
.AnyTagClassName
{
color: #250B0A;
}
</style>
background-color css
<style>
a { background-color: #250B0A; }
a { background-color: rgb(37,11,10); }
div.DivClassName
{
background-color: #250B0A;
}
.BgClassName
{
background-color: #250B0A;
}
</style>
border-color css
<style>
span { border-color: #250B0A; }
span { border-color: rgb(37,11,10); }
td.TdClassName
{
border-color: #250B0A;
}
.TagClassName
{
border-color: #250B0A;
}
</style>