Shades of Seal Brown #25130D
Tints of Seal Brown #25130D
RGB
CMYK
RGB Variations
Color information
#25130D (or 0x25130D) is known color: Seal Brown. HEX triplet: 25, 13 and 0D. RGB value is (37,19,13). Sum of RGB (Red+Green+Blue) = 37+19+13=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25130D is #DAECF2. Grayscale: #171717. Windows color (decimal): -14347507 or 856869. OLE color: 856869.
HSL color Cylindrical-coordinate representation of color #25130D: hue angle of 15º 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 #25130D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 19 | 13 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.85 |
| HSL | 15º | 0.48% | 0.1% | - |
| HSV(B) | 15º | 0.65% | 0.15% | - |
| XYZ | 1.07 | 0.89 | 0.5 | - |
| YUV | 23.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 13 | 0 | 0.49 | 0.65 | 0.85 | 15 | 0.48 | 0.1 |
| Hex | 25 | 13 | D | 0 | 31 | 41 | 55 | F | 30 | A |
| Octal | 45 | 23 | 15 | 0 | 61 | 101 | 125 | 17 | 60 | 12 |
| Binary | 100101 | 10011 | 1101 | 0 | 110001 | 1000001 | 1010101 | 1111 | 110000 | 1010 |
Color Harmonies of #25130D
Complementary color
Monochromatic Colors of #25130D
Black with #25130D
Text Example
Text Example
White with #25130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25130D; }
p { color: rgb(37,19,13); }
H1.HeaderClassName
{
color: #25130D;
}
.AnyTagClassName
{
color: #25130D;
}
</style>
background-color css
<style>
a { background-color: #25130D; }
a { background-color: rgb(37,19,13); }
div.DivClassName
{
background-color: #25130D;
}
.BgClassName
{
background-color: #25130D;
}
</style>
border-color css
<style>
span { border-color: #25130D; }
span { border-color: rgb(37,19,13); }
td.TdClassName
{
border-color: #25130D;
}
.TagClassName
{
border-color: #25130D;
}
</style>