Shades of Seal Brown #250802
Tints of Seal Brown #250802
RGB
CMYK
RGB Variations
Color information
#250802 (or 0x250802) is known color: Seal Brown. HEX triplet: 25, 08 and 02. RGB value is (37,8,2). Sum of RGB (Red+Green+Blue) = 37+8+2=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250802 is #DAF7FD. Grayscale: #101010. Windows color (decimal): -14350334 or 133157. OLE color: 133157.
HSL color Cylindrical-coordinate representation of color #250802: hue angle of 10.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 #250802 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 8 | 2 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.85 |
| HSL | 10.29º | 0.9% | 0.08% | - |
| HSV(B) | 10.29º | 0.95% | 0.15% | - |
| XYZ | 0.86 | 0.57 | 0.12 | - |
| YUV | 15.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 2 | 0 | 0.78 | 0.95 | 0.85 | 10.29 | 0.9 | 0.08 |
| Hex | 25 | 8 | 2 | 0 | 4E | 5F | 55 | A | 5A | 8 |
| Octal | 45 | 10 | 2 | 0 | 116 | 137 | 125 | 12 | 132 | 10 |
| Binary | 100101 | 1000 | 10 | 0 | 1001110 | 1011111 | 1010101 | 1010 | 1011010 | 1000 |
Color Harmonies of #250802
Complementary color
Monochromatic Colors of #250802
Black with #250802
Text Example
Text Example
White with #250802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250802; }
p { color: rgb(37,8,2); }
H1.HeaderClassName
{
color: #250802;
}
.AnyTagClassName
{
color: #250802;
}
</style>
background-color css
<style>
a { background-color: #250802; }
a { background-color: rgb(37,8,2); }
div.DivClassName
{
background-color: #250802;
}
.BgClassName
{
background-color: #250802;
}
</style>
border-color css
<style>
span { border-color: #250802; }
span { border-color: rgb(37,8,2); }
td.TdClassName
{
border-color: #250802;
}
.TagClassName
{
border-color: #250802;
}
</style>