Shades of Seal Brown #250B00
Tints of Seal Brown #250B00
RGB
CMYK
RGB Variations
Color information
#250B00 (or 0x250B00) is known color: Seal Brown. HEX triplet: 25, 0B and 00. RGB value is (37,11,0). Sum of RGB (Red+Green+Blue) = 37+11+0=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B00 is #DAF4FF. Grayscale: #111111. Windows color (decimal): -14349568 or 2853. OLE color: 2853.
HSL color Cylindrical-coordinate representation of color #250B00: hue angle of 17.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250B00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 11 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.85 |
| HSL | 17.84º | 1% | 0.07% | - |
| HSV(B) | 17.84º | 1% | 0.15% | - |
| XYZ | 0.88 | 0.63 | 0.08 | - |
| YUV | 17.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 0 | 0 | 0.70 | 1 | 0.85 | 17.84 | 1 | 0.07 |
| Hex | 25 | B | 0 | 0 | 46 | 64 | 55 | 12 | 64 | 7 |
| Octal | 45 | 13 | 0 | 0 | 106 | 144 | 125 | 22 | 144 | 7 |
| Binary | 100101 | 1011 | 0 | 0 | 1000110 | 1100100 | 1010101 | 10010 | 1100100 | 111 |
Color Harmonies of #250B00
Complementary color
Monochromatic Colors of #250B00
Black with #250B00
Text Example
Text Example
White with #250B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B00; }
p { color: rgb(37,11,0); }
H1.HeaderClassName
{
color: #250B00;
}
.AnyTagClassName
{
color: #250B00;
}
</style>
background-color css
<style>
a { background-color: #250B00; }
a { background-color: rgb(37,11,0); }
div.DivClassName
{
background-color: #250B00;
}
.BgClassName
{
background-color: #250B00;
}
</style>
border-color css
<style>
span { border-color: #250B00; }
span { border-color: rgb(37,11,0); }
td.TdClassName
{
border-color: #250B00;
}
.TagClassName
{
border-color: #250B00;
}
</style>