Shades of Seal Brown #250A08
Tints of Seal Brown #250A08
RGB
CMYK
RGB Variations
Color information
#250A08 (or 0x250A08) is known color: Seal Brown. HEX triplet: 25, 0A and 08. RGB value is (37,10,8). Sum of RGB (Red+Green+Blue) = 37+10+8=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A08 is #DAF5F7. Grayscale: #111111. Windows color (decimal): -14349816 or 526885. OLE color: 526885.
HSL color Cylindrical-coordinate representation of color #250A08: hue angle of 4.14º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250A08 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 10 | 8 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.85 |
| HSL | 4.14º | 0.64% | 0.09% | - |
| HSV(B) | 4.14º | 0.78% | 0.15% | - |
| XYZ | 0.92 | 0.63 | 0.3 | - |
| YUV | 17.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 8 | 0 | 0.73 | 0.78 | 0.85 | 4.14 | 0.64 | 0.09 |
| Hex | 25 | A | 8 | 0 | 49 | 4E | 55 | 4 | 40 | 9 |
| Octal | 45 | 12 | 10 | 0 | 111 | 116 | 125 | 4 | 100 | 11 |
| Binary | 100101 | 1010 | 1000 | 0 | 1001001 | 1001110 | 1010101 | 100 | 1000000 | 1001 |
Color Harmonies of #250A08
Complementary color
Monochromatic Colors of #250A08
Black with #250A08
Text Example
Text Example
White with #250A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A08; }
p { color: rgb(37,10,8); }
H1.HeaderClassName
{
color: #250A08;
}
.AnyTagClassName
{
color: #250A08;
}
</style>
background-color css
<style>
a { background-color: #250A08; }
a { background-color: rgb(37,10,8); }
div.DivClassName
{
background-color: #250A08;
}
.BgClassName
{
background-color: #250A08;
}
</style>
border-color css
<style>
span { border-color: #250A08; }
span { border-color: rgb(37,10,8); }
td.TdClassName
{
border-color: #250A08;
}
.TagClassName
{
border-color: #250A08;
}
</style>