Shades of Seal Brown #28100C
Tints of Seal Brown #28100C
RGB
CMYK
RGB Variations
Color information
#28100C (or 0x28100C) is known color: Seal Brown. HEX triplet: 28, 10 and 0C. RGB value is (40,16,12). Sum of RGB (Red+Green+Blue) = 40+16+12=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #28100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100C is #D7EFF3. Grayscale: #161616. Windows color (decimal): -14151668 or 790568. OLE color: 790568.
HSL color Cylindrical-coordinate representation of color #28100C: hue angle of 8.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28100C is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 12 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.84 |
| HSL | 8.57º | 0.54% | 0.1% | - |
| HSV(B) | 8.57º | 0.7% | 0.16% | - |
| XYZ | 1.13 | 0.85 | 0.45 | - |
| YUV | 22.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 12 | 0 | 0.60 | 0.70 | 0.84 | 8.57 | 0.54 | 0.1 |
| Hex | 28 | 10 | C | 0 | 3C | 46 | 54 | 9 | 36 | A |
| Octal | 50 | 20 | 14 | 0 | 74 | 106 | 124 | 11 | 66 | 12 |
| Binary | 101000 | 10000 | 1100 | 0 | 111100 | 1000110 | 1010100 | 1001 | 110110 | 1010 |
Color Harmonies of #28100C
Complementary color
Monochromatic Colors of #28100C
Black with #28100C
Text Example
Text Example
White with #28100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28100C; }
p { color: rgb(40,16,12); }
H1.HeaderClassName
{
color: #28100C;
}
.AnyTagClassName
{
color: #28100C;
}
</style>
background-color css
<style>
a { background-color: #28100C; }
a { background-color: rgb(40,16,12); }
div.DivClassName
{
background-color: #28100C;
}
.BgClassName
{
background-color: #28100C;
}
</style>
border-color css
<style>
span { border-color: #28100C; }
span { border-color: rgb(40,16,12); }
td.TdClassName
{
border-color: #28100C;
}
.TagClassName
{
border-color: #28100C;
}
</style>