Shades of Seal Brown #1B0D05
Tints of Seal Brown #1B0D05
RGB
CMYK
RGB Variations
Color information
#1B0D05 (or 0x1B0D05) is known color: Seal Brown. HEX triplet: 1B, 0D and 05. RGB value is (27,13,5). Sum of RGB (Red+Green+Blue) = 27+13+5=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D05 is #E4F2FA. Grayscale: #101010. Windows color (decimal): -15004411 or 331035. OLE color: 331035.
HSL color Cylindrical-coordinate representation of color #1B0D05: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0D05 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 13 | 5 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.89 |
| HSL | 21.82º | 0.69% | 0.06% | - |
| HSV(B) | 21.82º | 0.81% | 0.11% | - |
| XYZ | 0.62 | 0.53 | 0.21 | - |
| YUV | 16.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 5 | 0 | 0.52 | 0.81 | 0.89 | 21.82 | 0.69 | 0.06 |
| Hex | 1B | D | 5 | 0 | 34 | 51 | 59 | 16 | 45 | 6 |
| Octal | 33 | 15 | 5 | 0 | 64 | 121 | 131 | 26 | 105 | 6 |
| Binary | 11011 | 1101 | 101 | 0 | 110100 | 1010001 | 1011001 | 10110 | 1000101 | 110 |
Color Harmonies of #1B0D05
Complementary color
Monochromatic Colors of #1B0D05
Black with #1B0D05
Text Example
Text Example
White with #1B0D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0D05; }
p { color: rgb(27,13,5); }
H1.HeaderClassName
{
color: #1B0D05;
}
.AnyTagClassName
{
color: #1B0D05;
}
</style>
background-color css
<style>
a { background-color: #1B0D05; }
a { background-color: rgb(27,13,5); }
div.DivClassName
{
background-color: #1B0D05;
}
.BgClassName
{
background-color: #1B0D05;
}
</style>
border-color css
<style>
span { border-color: #1B0D05; }
span { border-color: rgb(27,13,5); }
td.TdClassName
{
border-color: #1B0D05;
}
.TagClassName
{
border-color: #1B0D05;
}
</style>