Shades of Seal Brown #250C04
Tints of Seal Brown #250C04
RGB
CMYK
RGB Variations
Color information
#250C04 (or 0x250C04) is known color: Seal Brown. HEX triplet: 25, 0C and 04. RGB value is (37,12,4). Sum of RGB (Red+Green+Blue) = 37+12+4=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C04 is #DAF3FB. Grayscale: #121212. Windows color (decimal): -14349308 or 265253. OLE color: 265253.
HSL color Cylindrical-coordinate representation of color #250C04: hue angle of 14.55º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250C04 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 12 | 4 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.85 |
| HSL | 14.55º | 0.8% | 0.08% | - |
| HSV(B) | 14.55º | 0.89% | 0.15% | - |
| XYZ | 0.92 | 0.67 | 0.19 | - |
| YUV | 18.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 4 | 0 | 0.68 | 0.89 | 0.85 | 14.55 | 0.8 | 0.08 |
| Hex | 25 | C | 4 | 0 | 44 | 59 | 55 | F | 50 | 8 |
| Octal | 45 | 14 | 4 | 0 | 104 | 131 | 125 | 17 | 120 | 10 |
| Binary | 100101 | 1100 | 100 | 0 | 1000100 | 1011001 | 1010101 | 1111 | 1010000 | 1000 |
Color Harmonies of #250C04
Complementary color
Monochromatic Colors of #250C04
Black with #250C04
Text Example
Text Example
White with #250C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C04; }
p { color: rgb(37,12,4); }
H1.HeaderClassName
{
color: #250C04;
}
.AnyTagClassName
{
color: #250C04;
}
</style>
background-color css
<style>
a { background-color: #250C04; }
a { background-color: rgb(37,12,4); }
div.DivClassName
{
background-color: #250C04;
}
.BgClassName
{
background-color: #250C04;
}
</style>
border-color css
<style>
span { border-color: #250C04; }
span { border-color: rgb(37,12,4); }
td.TdClassName
{
border-color: #250C04;
}
.TagClassName
{
border-color: #250C04;
}
</style>