Shades of Seal Brown #250C00
Tints of Seal Brown #250C00
RGB
CMYK
RGB Variations
Color information
#250C00 (or 0x250C00) is known color: Seal Brown. HEX triplet: 25, 0C and 00. RGB value is (37,12,0). Sum of RGB (Red+Green+Blue) = 37+12+0=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #250C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C00 is #DAF3FF. Grayscale: #121212. Windows color (decimal): -14349312 or 3109. OLE color: 3109.
HSL color Cylindrical-coordinate representation of color #250C00: hue angle of 19.46º 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 #250C00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.85 |
| HSL | 19.46º | 1% | 0.07% | - |
| HSV(B) | 19.46º | 1% | 0.15% | - |
| XYZ | 0.89 | 0.66 | 0.08 | - |
| YUV | 18.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 0 | 0 | 0.68 | 1 | 0.85 | 19.46 | 1 | 0.07 |
| Hex | 25 | C | 0 | 0 | 44 | 64 | 55 | 13 | 64 | 7 |
| Octal | 45 | 14 | 0 | 0 | 104 | 144 | 125 | 23 | 144 | 7 |
| Binary | 100101 | 1100 | 0 | 0 | 1000100 | 1100100 | 1010101 | 10011 | 1100100 | 111 |
Color Harmonies of #250C00
Complementary color
Monochromatic Colors of #250C00
Black with #250C00
Text Example
Text Example
White with #250C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C00; }
p { color: rgb(37,12,0); }
H1.HeaderClassName
{
color: #250C00;
}
.AnyTagClassName
{
color: #250C00;
}
</style>
background-color css
<style>
a { background-color: #250C00; }
a { background-color: rgb(37,12,0); }
div.DivClassName
{
background-color: #250C00;
}
.BgClassName
{
background-color: #250C00;
}
</style>
border-color css
<style>
span { border-color: #250C00; }
span { border-color: rgb(37,12,0); }
td.TdClassName
{
border-color: #250C00;
}
.TagClassName
{
border-color: #250C00;
}
</style>