Shades of Seal Brown #28130A
Tints of Seal Brown #28130A
RGB
CMYK
RGB Variations
Color information
#28130A (or 0x28130A) is known color: Seal Brown. HEX triplet: 28, 13 and 0A. RGB value is (40,19,10). Sum of RGB (Red+Green+Blue) = 40+19+10=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #28130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28130A is #D7ECF5. Grayscale: #181818. Windows color (decimal): -14150902 or 660264. OLE color: 660264.
HSL color Cylindrical-coordinate representation of color #28130A: hue angle of 18º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28130A is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 10 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.84 |
| HSL | 18º | 0.6% | 0.1% | - |
| HSV(B) | 18º | 0.75% | 0.16% | - |
| XYZ | 1.16 | 0.94 | 0.41 | - |
| YUV | 24.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 10 | 0 | 0.52 | 0.75 | 0.84 | 18 | 0.6 | 0.1 |
| Hex | 28 | 13 | A | 0 | 34 | 4B | 54 | 12 | 3C | A |
| Octal | 50 | 23 | 12 | 0 | 64 | 113 | 124 | 22 | 74 | 12 |
| Binary | 101000 | 10011 | 1010 | 0 | 110100 | 1001011 | 1010100 | 10010 | 111100 | 1010 |
Color Harmonies of #28130A
Complementary color
Monochromatic Colors of #28130A
Black with #28130A
Text Example
Text Example
White with #28130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28130A; }
p { color: rgb(40,19,10); }
H1.HeaderClassName
{
color: #28130A;
}
.AnyTagClassName
{
color: #28130A;
}
</style>
background-color css
<style>
a { background-color: #28130A; }
a { background-color: rgb(40,19,10); }
div.DivClassName
{
background-color: #28130A;
}
.BgClassName
{
background-color: #28130A;
}
</style>
border-color css
<style>
span { border-color: #28130A; }
span { border-color: rgb(40,19,10); }
td.TdClassName
{
border-color: #28130A;
}
.TagClassName
{
border-color: #28130A;
}
</style>