Shades of Seal Brown #1B120F
Tints of Seal Brown #1B120F
RGB
CMYK
RGB Variations
Color information
#1B120F (or 0x1B120F) is known color: Seal Brown. HEX triplet: 1B, 12 and 0F. RGB value is (27,18,15). Sum of RGB (Red+Green+Blue) = 27+18+15=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 27 - color contains mainly: red. Hex color #1B120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B120F is #E4EDF0. Grayscale: #141414. Windows color (decimal): -15003121 or 987675. OLE color: 987675.
HSL color Cylindrical-coordinate representation of color #1B120F: hue angle of 15º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B120F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 15 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.89 |
| HSL | 15º | 0.29% | 0.08% | - |
| HSV(B) | 15º | 0.44% | 0.11% | - |
| XYZ | 0.75 | 0.7 | 0.55 | - |
| YUV | 20.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 15 | 0 | 0.33 | 0.44 | 0.89 | 15 | 0.29 | 0.08 |
| Hex | 1B | 12 | F | 0 | 21 | 2C | 59 | F | 1D | 8 |
| Octal | 33 | 22 | 17 | 0 | 41 | 54 | 131 | 17 | 35 | 10 |
| Binary | 11011 | 10010 | 1111 | 0 | 100001 | 101100 | 1011001 | 1111 | 11101 | 1000 |
Color Harmonies of #1B120F
Complementary color
Monochromatic Colors of #1B120F
Black with #1B120F
Text Example
Text Example
White with #1B120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B120F; }
p { color: rgb(27,18,15); }
H1.HeaderClassName
{
color: #1B120F;
}
.AnyTagClassName
{
color: #1B120F;
}
</style>
background-color css
<style>
a { background-color: #1B120F; }
a { background-color: rgb(27,18,15); }
div.DivClassName
{
background-color: #1B120F;
}
.BgClassName
{
background-color: #1B120F;
}
</style>
border-color css
<style>
span { border-color: #1B120F; }
span { border-color: rgb(27,18,15); }
td.TdClassName
{
border-color: #1B120F;
}
.TagClassName
{
border-color: #1B120F;
}
</style>