Shades of Seal Brown #250C05
Tints of Seal Brown #250C05
RGB
CMYK
RGB Variations
Color information
#250C05 (or 0x250C05) is known color: Seal Brown. HEX triplet: 25, 0C and 05. RGB value is (37,12,5). Sum of RGB (Red+Green+Blue) = 37+12+5=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C05 is #DAF3FA. Grayscale: #121212. Windows color (decimal): -14349307 or 330789. OLE color: 330789.
HSL color Cylindrical-coordinate representation of color #250C05: hue angle of 13.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250C05 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 5 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.85 |
| HSL | 13.13º | 0.76% | 0.08% | - |
| HSV(B) | 13.13º | 0.86% | 0.15% | - |
| XYZ | 0.92 | 0.67 | 0.22 | - |
| YUV | 18.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 5 | 0 | 0.68 | 0.86 | 0.85 | 13.13 | 0.76 | 0.08 |
| Hex | 25 | C | 5 | 0 | 44 | 56 | 55 | D | 4C | 8 |
| Octal | 45 | 14 | 5 | 0 | 104 | 126 | 125 | 15 | 114 | 10 |
| Binary | 100101 | 1100 | 101 | 0 | 1000100 | 1010110 | 1010101 | 1101 | 1001100 | 1000 |
Color Harmonies of #250C05
Complementary color
Monochromatic Colors of #250C05
Black with #250C05
Text Example
Text Example
White with #250C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C05; }
p { color: rgb(37,12,5); }
H1.HeaderClassName
{
color: #250C05;
}
.AnyTagClassName
{
color: #250C05;
}
</style>
background-color css
<style>
a { background-color: #250C05; }
a { background-color: rgb(37,12,5); }
div.DivClassName
{
background-color: #250C05;
}
.BgClassName
{
background-color: #250C05;
}
</style>
border-color css
<style>
span { border-color: #250C05; }
span { border-color: rgb(37,12,5); }
td.TdClassName
{
border-color: #250C05;
}
.TagClassName
{
border-color: #250C05;
}
</style>