Shades of Seal Brown #1C0B0A
Tints of Seal Brown #1C0B0A
RGB
CMYK
RGB Variations
Color information
#1C0B0A (or 0x1C0B0A) is known color: Seal Brown. HEX triplet: 1C, 0B and 0A. RGB value is (28,11,10). Sum of RGB (Red+Green+Blue) = 28+11+10=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0B0A is #E3F4F5. Grayscale: #0F0F0F. Windows color (decimal): -14939382 or 658204. OLE color: 658204.
HSL color Cylindrical-coordinate representation of color #1C0B0A: hue angle of 3.33º 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 #1C0B0A is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 11 | 10 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.89 |
| HSL | 3.33º | 0.47% | 0.07% | - |
| HSV(B) | 3.33º | 0.64% | 0.11% | - |
| XYZ | 0.65 | 0.51 | 0.35 | - |
| YUV | 15.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 11 | 10 | 0 | 0.61 | 0.64 | 0.89 | 3.33 | 0.47 | 0.07 |
| Hex | 1C | B | A | 0 | 3D | 40 | 59 | 3 | 2F | 7 |
| Octal | 34 | 13 | 12 | 0 | 75 | 100 | 131 | 3 | 57 | 7 |
| Binary | 11100 | 1011 | 1010 | 0 | 111101 | 1000000 | 1011001 | 11 | 101111 | 111 |
Color Harmonies of #1C0B0A
Complementary color
Monochromatic Colors of #1C0B0A
Black with #1C0B0A
Text Example
Text Example
White with #1C0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0B0A; }
p { color: rgb(28,11,10); }
H1.HeaderClassName
{
color: #1C0B0A;
}
.AnyTagClassName
{
color: #1C0B0A;
}
</style>
background-color css
<style>
a { background-color: #1C0B0A; }
a { background-color: rgb(28,11,10); }
div.DivClassName
{
background-color: #1C0B0A;
}
.BgClassName
{
background-color: #1C0B0A;
}
</style>
border-color css
<style>
span { border-color: #1C0B0A; }
span { border-color: rgb(28,11,10); }
td.TdClassName
{
border-color: #1C0B0A;
}
.TagClassName
{
border-color: #1C0B0A;
}
</style>