Shades of Seal Brown #180D0C
Tints of Seal Brown #180D0C
RGB
CMYK
RGB Variations
Color information
#180D0C (or 0x180D0C) is known color: Seal Brown. HEX triplet: 18, 0D and 0C. RGB value is (24,13,12). Sum of RGB (Red+Green+Blue) = 24+13+12=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D0C is #E7F2F3. Grayscale: #101010. Windows color (decimal): -15201012 or 789784. OLE color: 789784.
HSL color Cylindrical-coordinate representation of color #180D0C: hue angle of 5º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180D0C is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 13 | 12 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.91 |
| HSL | 5º | 0.33% | 0.07% | - |
| HSV(B) | 5º | 0.5% | 0.09% | - |
| XYZ | 0.59 | 0.51 | 0.42 | - |
| YUV | 16.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 12 | 0 | 0.46 | 0.50 | 0.91 | 5 | 0.33 | 0.07 |
| Hex | 18 | D | C | 0 | 2E | 32 | 5B | 5 | 21 | 7 |
| Octal | 30 | 15 | 14 | 0 | 56 | 62 | 133 | 5 | 41 | 7 |
| Binary | 11000 | 1101 | 1100 | 0 | 101110 | 110010 | 1011011 | 101 | 100001 | 111 |
Color Harmonies of #180D0C
Complementary color
Monochromatic Colors of #180D0C
Black with #180D0C
Text Example
Text Example
White with #180D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D0C; }
p { color: rgb(24,13,12); }
H1.HeaderClassName
{
color: #180D0C;
}
.AnyTagClassName
{
color: #180D0C;
}
</style>
background-color css
<style>
a { background-color: #180D0C; }
a { background-color: rgb(24,13,12); }
div.DivClassName
{
background-color: #180D0C;
}
.BgClassName
{
background-color: #180D0C;
}
</style>
border-color css
<style>
span { border-color: #180D0C; }
span { border-color: rgb(24,13,12); }
td.TdClassName
{
border-color: #180D0C;
}
.TagClassName
{
border-color: #180D0C;
}
</style>