Shades of Seal Brown #1C0C0A
Tints of Seal Brown #1C0C0A
RGB
CMYK
RGB Variations
Color information
#1C0C0A (or 0x1C0C0A) is known color: Seal Brown. HEX triplet: 1C, 0C and 0A. RGB value is (28,12,10). Sum of RGB (Red+Green+Blue) = 28+12+10=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C0A is #E3F3F5. Grayscale: #101010. Windows color (decimal): -14939126 or 658460. OLE color: 658460.
HSL color Cylindrical-coordinate representation of color #1C0C0A: hue angle of 6.67º 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 #1C0C0A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 12 | 10 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.89 |
| HSL | 6.67º | 0.47% | 0.07% | - |
| HSV(B) | 6.67º | 0.64% | 0.11% | - |
| XYZ | 0.67 | 0.53 | 0.35 | - |
| YUV | 16.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 10 | 0 | 0.57 | 0.64 | 0.89 | 6.67 | 0.47 | 0.07 |
| Hex | 1C | C | A | 0 | 39 | 40 | 59 | 7 | 2F | 7 |
| Octal | 34 | 14 | 12 | 0 | 71 | 100 | 131 | 7 | 57 | 7 |
| Binary | 11100 | 1100 | 1010 | 0 | 111001 | 1000000 | 1011001 | 111 | 101111 | 111 |
Color Harmonies of #1C0C0A
Complementary color
Monochromatic Colors of #1C0C0A
Black with #1C0C0A
Text Example
Text Example
White with #1C0C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0C0A; }
p { color: rgb(28,12,10); }
H1.HeaderClassName
{
color: #1C0C0A;
}
.AnyTagClassName
{
color: #1C0C0A;
}
</style>
background-color css
<style>
a { background-color: #1C0C0A; }
a { background-color: rgb(28,12,10); }
div.DivClassName
{
background-color: #1C0C0A;
}
.BgClassName
{
background-color: #1C0C0A;
}
</style>
border-color css
<style>
span { border-color: #1C0C0A; }
span { border-color: rgb(28,12,10); }
td.TdClassName
{
border-color: #1C0C0A;
}
.TagClassName
{
border-color: #1C0C0A;
}
</style>