Shades of Seal Brown #28100D
Tints of Seal Brown #28100D
RGB
CMYK
RGB Variations
Color information
#28100D (or 0x28100D) is known color: Seal Brown. HEX triplet: 28, 10 and 0D. RGB value is (40,16,13). Sum of RGB (Red+Green+Blue) = 40+16+13=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #28100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100D is #D7EFF2. Grayscale: #161616. Windows color (decimal): -14151667 or 856104. OLE color: 856104.
HSL color Cylindrical-coordinate representation of color #28100D: hue angle of 6.67º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28100D is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 16 | 13 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.84 |
| HSL | 6.67º | 0.51% | 0.1% | - |
| HSV(B) | 6.67º | 0.68% | 0.16% | - |
| XYZ | 1.13 | 0.85 | 0.49 | - |
| YUV | 22.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 13 | 0 | 0.60 | 0.67 | 0.84 | 6.67 | 0.51 | 0.1 |
| Hex | 28 | 10 | D | 0 | 3C | 43 | 54 | 7 | 33 | A |
| Octal | 50 | 20 | 15 | 0 | 74 | 103 | 124 | 7 | 63 | 12 |
| Binary | 101000 | 10000 | 1101 | 0 | 111100 | 1000011 | 1010100 | 111 | 110011 | 1010 |
Color Harmonies of #28100D
Complementary color
Monochromatic Colors of #28100D
Black with #28100D
Text Example
Text Example
White with #28100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28100D; }
p { color: rgb(40,16,13); }
H1.HeaderClassName
{
color: #28100D;
}
.AnyTagClassName
{
color: #28100D;
}
</style>
background-color css
<style>
a { background-color: #28100D; }
a { background-color: rgb(40,16,13); }
div.DivClassName
{
background-color: #28100D;
}
.BgClassName
{
background-color: #28100D;
}
</style>
border-color css
<style>
span { border-color: #28100D; }
span { border-color: rgb(40,16,13); }
td.TdClassName
{
border-color: #28100D;
}
.TagClassName
{
border-color: #28100D;
}
</style>