Shades of Seal Brown #250B07
Tints of Seal Brown #250B07
RGB
CMYK
RGB Variations
Color information
#250B07 (or 0x250B07) is known color: Seal Brown. HEX triplet: 25, 0B and 07. RGB value is (37,11,7). Sum of RGB (Red+Green+Blue) = 37+11+7=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B07 is #DAF4F8. Grayscale: #121212. Windows color (decimal): -14349561 or 461605. OLE color: 461605.
HSL color Cylindrical-coordinate representation of color #250B07: hue angle of 8º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250B07 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 11 | 7 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.85 |
| HSL | 8º | 0.68% | 0.09% | - |
| HSV(B) | 8º | 0.81% | 0.15% | - |
| XYZ | 0.92 | 0.65 | 0.28 | - |
| YUV | 18.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 7 | 0 | 0.70 | 0.81 | 0.85 | 8 | 0.68 | 0.09 |
| Hex | 25 | B | 7 | 0 | 46 | 51 | 55 | 8 | 44 | 9 |
| Octal | 45 | 13 | 7 | 0 | 106 | 121 | 125 | 10 | 104 | 11 |
| Binary | 100101 | 1011 | 111 | 0 | 1000110 | 1010001 | 1010101 | 1000 | 1000100 | 1001 |
Color Harmonies of #250B07
Complementary color
Monochromatic Colors of #250B07
Black with #250B07
Text Example
Text Example
White with #250B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B07; }
p { color: rgb(37,11,7); }
H1.HeaderClassName
{
color: #250B07;
}
.AnyTagClassName
{
color: #250B07;
}
</style>
background-color css
<style>
a { background-color: #250B07; }
a { background-color: rgb(37,11,7); }
div.DivClassName
{
background-color: #250B07;
}
.BgClassName
{
background-color: #250B07;
}
</style>
border-color css
<style>
span { border-color: #250B07; }
span { border-color: rgb(37,11,7); }
td.TdClassName
{
border-color: #250B07;
}
.TagClassName
{
border-color: #250B07;
}
</style>