Shades of Seal Brown #250F02
Tints of Seal Brown #250F02
RGB
CMYK
RGB Variations
Color information
#250F02 (or 0x250F02) is known color: Seal Brown. HEX triplet: 25, 0F and 02. RGB value is (37,15,2). Sum of RGB (Red+Green+Blue) = 37+15+2=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #250F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250F02 is #DAF0FD. Grayscale: #141414. Windows color (decimal): -14348542 or 134949. OLE color: 134949.
HSL color Cylindrical-coordinate representation of color #250F02: hue angle of 22.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250F02 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 15 | 2 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.85 |
| HSL | 22.29º | 0.9% | 0.08% | - |
| HSV(B) | 22.29º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 0.74 | 0.15 | - |
| YUV | 20.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 2 | 0 | 0.59 | 0.95 | 0.85 | 22.29 | 0.9 | 0.08 |
| Hex | 25 | F | 2 | 0 | 3B | 5F | 55 | 16 | 5A | 8 |
| Octal | 45 | 17 | 2 | 0 | 73 | 137 | 125 | 26 | 132 | 10 |
| Binary | 100101 | 1111 | 10 | 0 | 111011 | 1011111 | 1010101 | 10110 | 1011010 | 1000 |
Color Harmonies of #250F02
Complementary color
Monochromatic Colors of #250F02
Black with #250F02
Text Example
Text Example
White with #250F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F02; }
p { color: rgb(37,15,2); }
H1.HeaderClassName
{
color: #250F02;
}
.AnyTagClassName
{
color: #250F02;
}
</style>
background-color css
<style>
a { background-color: #250F02; }
a { background-color: rgb(37,15,2); }
div.DivClassName
{
background-color: #250F02;
}
.BgClassName
{
background-color: #250F02;
}
</style>
border-color css
<style>
span { border-color: #250F02; }
span { border-color: rgb(37,15,2); }
td.TdClassName
{
border-color: #250F02;
}
.TagClassName
{
border-color: #250F02;
}
</style>