Shades of Seal Brown #1B0A08
Tints of Seal Brown #1B0A08
RGB
CMYK
RGB Variations
Color information
#1B0A08 (or 0x1B0A08) is known color: Seal Brown. HEX triplet: 1B, 0A and 08. RGB value is (27,10,8). Sum of RGB (Red+Green+Blue) = 27+10+8=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A08 is #E4F5F7. Grayscale: #0E0E0E. Windows color (decimal): -15005176 or 526875. OLE color: 526875.
HSL color Cylindrical-coordinate representation of color #1B0A08: hue angle of 6.32º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B0A08 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 8 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.89 |
| HSL | 6.32º | 0.54% | 0.07% | - |
| HSV(B) | 6.32º | 0.7% | 0.11% | - |
| XYZ | 0.6 | 0.47 | 0.29 | - |
| YUV | 14.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 8 | 0 | 0.63 | 0.70 | 0.89 | 6.32 | 0.54 | 0.07 |
| Hex | 1B | A | 8 | 0 | 3F | 46 | 59 | 6 | 36 | 7 |
| Octal | 33 | 12 | 10 | 0 | 77 | 106 | 131 | 6 | 66 | 7 |
| Binary | 11011 | 1010 | 1000 | 0 | 111111 | 1000110 | 1011001 | 110 | 110110 | 111 |
Color Harmonies of #1B0A08
Complementary color
Monochromatic Colors of #1B0A08
Black with #1B0A08
Text Example
Text Example
White with #1B0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A08; }
p { color: rgb(27,10,8); }
H1.HeaderClassName
{
color: #1B0A08;
}
.AnyTagClassName
{
color: #1B0A08;
}
</style>
background-color css
<style>
a { background-color: #1B0A08; }
a { background-color: rgb(27,10,8); }
div.DivClassName
{
background-color: #1B0A08;
}
.BgClassName
{
background-color: #1B0A08;
}
</style>
border-color css
<style>
span { border-color: #1B0A08; }
span { border-color: rgb(27,10,8); }
td.TdClassName
{
border-color: #1B0A08;
}
.TagClassName
{
border-color: #1B0A08;
}
</style>