Shades of Seal Brown #191010
Tints of Seal Brown #191010
RGB
CMYK
RGB Variations
Color information
#191010 (or 0x191010) is known color: Seal Brown. HEX triplet: 19, 10 and 10. RGB value is (25,16,16). Sum of RGB (Red+Green+Blue) = 25+16+16=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #191010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191010 is #E6EFEF. Grayscale: #121212. Windows color (decimal): -15134704 or 1052697. OLE color: 1052697.
HSL color Cylindrical-coordinate representation of color #191010: hue angle of 0º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #191010 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.90.
Color convert
RGB | 25 | 16 | 16 | - |
CMYK | 0 | 0.36 | 0.36 | 0.90 |
HSL | 0º | 0.22% | 0.08% | - |
HSV(B) | 0º | 0.36% | 0.1% | - |
XYZ | 0.68 | 0.61 | 0.57 | - |
YUV | 18.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 16 | 16 | 0 | 0.36 | 0.36 | 0.90 | 0 | 0.22 | 0.08 |
Hex | 19 | 10 | 10 | 0 | 24 | 24 | 5A | 0 | 16 | 8 |
Octal | 31 | 20 | 20 | 0 | 44 | 44 | 132 | 0 | 26 | 10 |
Binary | 11001 | 10000 | 10000 | 0 | 100100 | 100100 | 1011010 | 0 | 10110 | 1000 |
Color Harmonies of #191010
Complementary color
Monochromatic Colors of #191010
Black with #191010
Text Example
Text Example
White with #191010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191010; }
p { color: rgb(25,16,16); }
H1.HeaderClassName
{
color: #191010;
}
.AnyTagClassName
{
color: #191010;
}
</style>
background-color css
<style>
a { background-color: #191010; }
a { background-color: rgb(25,16,16); }
div.DivClassName
{
background-color: #191010;
}
.BgClassName
{
background-color: #191010;
}
</style>
border-color css
<style>
span { border-color: #191010; }
span { border-color: rgb(25,16,16); }
td.TdClassName
{
border-color: #191010;
}
.TagClassName
{
border-color: #191010;
}
</style>