Shades of Seal Brown #1C0A0A
Tints of Seal Brown #1C0A0A
RGB
CMYK
RGB Variations
Color information
#1C0A0A (or 0x1C0A0A) is known color: Seal Brown. HEX triplet: 1C, 0A and 0A. RGB value is (28,10,10). Sum of RGB (Red+Green+Blue) = 28+10+10=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A0A is #E3F5F5. Grayscale: #0F0F0F. Windows color (decimal): -14939638 or 657948. OLE color: 657948.
HSL color Cylindrical-coordinate representation of color #1C0A0A: hue angle of 0º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C0A0A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 10 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.89 |
| HSL | 0º | 0.47% | 0.07% | - |
| HSV(B) | 0º | 0.64% | 0.11% | - |
| XYZ | 0.64 | 0.49 | 0.35 | - |
| YUV | 15.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 10 | 0 | 0.64 | 0.64 | 0.89 | 0 | 0.47 | 0.07 |
| Hex | 1C | A | A | 0 | 40 | 40 | 59 | 0 | 2F | 7 |
| Octal | 34 | 12 | 12 | 0 | 100 | 100 | 131 | 0 | 57 | 7 |
| Binary | 11100 | 1010 | 1010 | 0 | 1000000 | 1000000 | 1011001 | 0 | 101111 | 111 |
Color Harmonies of #1C0A0A
Complementary color
Monochromatic Colors of #1C0A0A
Black with #1C0A0A
Text Example
Text Example
White with #1C0A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A0A; }
p { color: rgb(28,10,10); }
H1.HeaderClassName
{
color: #1C0A0A;
}
.AnyTagClassName
{
color: #1C0A0A;
}
</style>
background-color css
<style>
a { background-color: #1C0A0A; }
a { background-color: rgb(28,10,10); }
div.DivClassName
{
background-color: #1C0A0A;
}
.BgClassName
{
background-color: #1C0A0A;
}
</style>
border-color css
<style>
span { border-color: #1C0A0A; }
span { border-color: rgb(28,10,10); }
td.TdClassName
{
border-color: #1C0A0A;
}
.TagClassName
{
border-color: #1C0A0A;
}
</style>