Shades of Seal Brown #25100D
Tints of Seal Brown #25100D
RGB
CMYK
RGB Variations
Color information
#25100D (or 0x25100D) is known color: Seal Brown. HEX triplet: 25, 10 and 0D. RGB value is (37,16,13). Sum of RGB (Red+Green+Blue) = 37+16+13=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #25100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25100D is #DAEFF2. Grayscale: #151515. Windows color (decimal): -14348275 or 856101. OLE color: 856101.
HSL color Cylindrical-coordinate representation of color #25100D: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25100D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 16 | 13 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.85 |
| HSL | 7.5º | 0.48% | 0.1% | - |
| HSV(B) | 7.5º | 0.65% | 0.15% | - |
| XYZ | 1.02 | 0.79 | 0.48 | - |
| YUV | 21.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 13 | 0 | 0.57 | 0.65 | 0.85 | 7.5 | 0.48 | 0.1 |
| Hex | 25 | 10 | D | 0 | 39 | 41 | 55 | 8 | 30 | A |
| Octal | 45 | 20 | 15 | 0 | 71 | 101 | 125 | 10 | 60 | 12 |
| Binary | 100101 | 10000 | 1101 | 0 | 111001 | 1000001 | 1010101 | 1000 | 110000 | 1010 |
Color Harmonies of #25100D
Complementary color
Monochromatic Colors of #25100D
Black with #25100D
Text Example
Text Example
White with #25100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25100D; }
p { color: rgb(37,16,13); }
H1.HeaderClassName
{
color: #25100D;
}
.AnyTagClassName
{
color: #25100D;
}
</style>
background-color css
<style>
a { background-color: #25100D; }
a { background-color: rgb(37,16,13); }
div.DivClassName
{
background-color: #25100D;
}
.BgClassName
{
background-color: #25100D;
}
</style>
border-color css
<style>
span { border-color: #25100D; }
span { border-color: rgb(37,16,13); }
td.TdClassName
{
border-color: #25100D;
}
.TagClassName
{
border-color: #25100D;
}
</style>