Shades of Seal Brown #1B0C0A
Tints of Seal Brown #1B0C0A
RGB
CMYK
RGB Variations
Color information
#1B0C0A (or 0x1B0C0A) is known color: Seal Brown. HEX triplet: 1B, 0C and 0A. RGB value is (27,12,10). Sum of RGB (Red+Green+Blue) = 27+12+10=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C0A is #E4F3F5. Grayscale: #101010. Windows color (decimal): -15004662 or 658459. OLE color: 658459.
HSL color Cylindrical-coordinate representation of color #1B0C0A: hue angle of 7.06º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0C0A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 10 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.89 |
| HSL | 7.06º | 0.46% | 0.07% | - |
| HSV(B) | 7.06º | 0.63% | 0.11% | - |
| XYZ | 0.64 | 0.52 | 0.35 | - |
| YUV | 16.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 10 | 0 | 0.56 | 0.63 | 0.89 | 7.06 | 0.46 | 0.07 |
| Hex | 1B | C | A | 0 | 38 | 3F | 59 | 7 | 2E | 7 |
| Octal | 33 | 14 | 12 | 0 | 70 | 77 | 131 | 7 | 56 | 7 |
| Binary | 11011 | 1100 | 1010 | 0 | 111000 | 111111 | 1011001 | 111 | 101110 | 111 |
Color Harmonies of #1B0C0A
Complementary color
Monochromatic Colors of #1B0C0A
Black with #1B0C0A
Text Example
Text Example
White with #1B0C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C0A; }
p { color: rgb(27,12,10); }
H1.HeaderClassName
{
color: #1B0C0A;
}
.AnyTagClassName
{
color: #1B0C0A;
}
</style>
background-color css
<style>
a { background-color: #1B0C0A; }
a { background-color: rgb(27,12,10); }
div.DivClassName
{
background-color: #1B0C0A;
}
.BgClassName
{
background-color: #1B0C0A;
}
</style>
border-color css
<style>
span { border-color: #1B0C0A; }
span { border-color: rgb(27,12,10); }
td.TdClassName
{
border-color: #1B0C0A;
}
.TagClassName
{
border-color: #1B0C0A;
}
</style>