Shades of Seal Brown #28130C
Tints of Seal Brown #28130C
RGB
CMYK
RGB Variations
Color information
#28130C (or 0x28130C) is known color: Seal Brown. HEX triplet: 28, 13 and 0C. RGB value is (40,19,12). Sum of RGB (Red+Green+Blue) = 40+19+12=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28130C is #D7ECF3. Grayscale: #181818. Windows color (decimal): -14150900 or 791336. OLE color: 791336.
HSL color Cylindrical-coordinate representation of color #28130C: hue angle of 15º 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 #28130C is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 19 | 12 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.84 |
| HSL | 15º | 0.54% | 0.1% | - |
| HSV(B) | 15º | 0.7% | 0.16% | - |
| XYZ | 1.17 | 0.94 | 0.47 | - |
| YUV | 24.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 12 | 0 | 0.52 | 0.70 | 0.84 | 15 | 0.54 | 0.1 |
| Hex | 28 | 13 | C | 0 | 34 | 46 | 54 | F | 36 | A |
| Octal | 50 | 23 | 14 | 0 | 64 | 106 | 124 | 17 | 66 | 12 |
| Binary | 101000 | 10011 | 1100 | 0 | 110100 | 1000110 | 1010100 | 1111 | 110110 | 1010 |
Color Harmonies of #28130C
Complementary color
Monochromatic Colors of #28130C
Black with #28130C
Text Example
Text Example
White with #28130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28130C; }
p { color: rgb(40,19,12); }
H1.HeaderClassName
{
color: #28130C;
}
.AnyTagClassName
{
color: #28130C;
}
</style>
background-color css
<style>
a { background-color: #28130C; }
a { background-color: rgb(40,19,12); }
div.DivClassName
{
background-color: #28130C;
}
.BgClassName
{
background-color: #28130C;
}
</style>
border-color css
<style>
span { border-color: #28130C; }
span { border-color: rgb(40,19,12); }
td.TdClassName
{
border-color: #28130C;
}
.TagClassName
{
border-color: #28130C;
}
</style>