Shades of Seal Brown #250C0B
Tints of Seal Brown #250C0B
RGB
CMYK
RGB Variations
Color information
#250C0B (or 0x250C0B) is known color: Seal Brown. HEX triplet: 25, 0C and 0B. RGB value is (37,12,11). Sum of RGB (Red+Green+Blue) = 37+12+11=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C0B is #DAF3F4. Grayscale: #131313. Windows color (decimal): -14349301 or 724005. OLE color: 724005.
HSL color Cylindrical-coordinate representation of color #250C0B: hue angle of 2.31º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250C0B is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 11 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.85 |
| HSL | 2.31º | 0.54% | 0.09% | - |
| HSV(B) | 2.31º | 0.7% | 0.15% | - |
| XYZ | 0.95 | 0.68 | 0.4 | - |
| YUV | 19.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 11 | 0 | 0.68 | 0.70 | 0.85 | 2.31 | 0.54 | 0.09 |
| Hex | 25 | C | B | 0 | 44 | 46 | 55 | 2 | 36 | 9 |
| Octal | 45 | 14 | 13 | 0 | 104 | 106 | 125 | 2 | 66 | 11 |
| Binary | 100101 | 1100 | 1011 | 0 | 1000100 | 1000110 | 1010101 | 10 | 110110 | 1001 |
Color Harmonies of #250C0B
Complementary color
Monochromatic Colors of #250C0B
Black with #250C0B
Text Example
Text Example
White with #250C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C0B; }
p { color: rgb(37,12,11); }
H1.HeaderClassName
{
color: #250C0B;
}
.AnyTagClassName
{
color: #250C0B;
}
</style>
background-color css
<style>
a { background-color: #250C0B; }
a { background-color: rgb(37,12,11); }
div.DivClassName
{
background-color: #250C0B;
}
.BgClassName
{
background-color: #250C0B;
}
</style>
border-color css
<style>
span { border-color: #250C0B; }
span { border-color: rgb(37,12,11); }
td.TdClassName
{
border-color: #250C0B;
}
.TagClassName
{
border-color: #250C0B;
}
</style>