Shades of Seal Brown #250D08
Tints of Seal Brown #250D08
RGB
CMYK
RGB Variations
Color information
#250D08 (or 0x250D08) is known color: Seal Brown. HEX triplet: 25, 0D and 08. RGB value is (37,13,8). Sum of RGB (Red+Green+Blue) = 37+13+8=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D08 is #DAF2F7. Grayscale: #131313. Windows color (decimal): -14349048 or 527653. OLE color: 527653.
HSL color Cylindrical-coordinate representation of color #250D08: hue angle of 10.34º 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 #250D08 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 13 | 8 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.85 |
| HSL | 10.34º | 0.64% | 0.09% | - |
| HSV(B) | 10.34º | 0.78% | 0.15% | - |
| XYZ | 0.95 | 0.7 | 0.31 | - |
| YUV | 19.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 8 | 0 | 0.65 | 0.78 | 0.85 | 10.34 | 0.64 | 0.09 |
| Hex | 25 | D | 8 | 0 | 41 | 4E | 55 | A | 40 | 9 |
| Octal | 45 | 15 | 10 | 0 | 101 | 116 | 125 | 12 | 100 | 11 |
| Binary | 100101 | 1101 | 1000 | 0 | 1000001 | 1001110 | 1010101 | 1010 | 1000000 | 1001 |
Color Harmonies of #250D08
Complementary color
Monochromatic Colors of #250D08
Black with #250D08
Text Example
Text Example
White with #250D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D08; }
p { color: rgb(37,13,8); }
H1.HeaderClassName
{
color: #250D08;
}
.AnyTagClassName
{
color: #250D08;
}
</style>
background-color css
<style>
a { background-color: #250D08; }
a { background-color: rgb(37,13,8); }
div.DivClassName
{
background-color: #250D08;
}
.BgClassName
{
background-color: #250D08;
}
</style>
border-color css
<style>
span { border-color: #250D08; }
span { border-color: rgb(37,13,8); }
td.TdClassName
{
border-color: #250D08;
}
.TagClassName
{
border-color: #250D08;
}
</style>