Shades of Seal Brown #27100B
Tints of Seal Brown #27100B
RGB
CMYK
RGB Variations
Color information
#27100B (or 0x27100B) is known color: Seal Brown. HEX triplet: 27, 10 and 0B. RGB value is (39,16,11). Sum of RGB (Red+Green+Blue) = 39+16+11=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #27100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27100B is #D8EFF4. Grayscale: #161616. Windows color (decimal): -14217205 or 725031. OLE color: 725031.
HSL color Cylindrical-coordinate representation of color #27100B: hue angle of 10.71º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27100B is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 16 | 11 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.85 |
| HSL | 10.71º | 0.56% | 0.1% | - |
| HSV(B) | 10.71º | 0.72% | 0.15% | - |
| XYZ | 1.08 | 0.83 | 0.42 | - |
| YUV | 22.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 11 | 0 | 0.59 | 0.72 | 0.85 | 10.71 | 0.56 | 0.1 |
| Hex | 27 | 10 | B | 0 | 3B | 48 | 55 | B | 38 | A |
| Octal | 47 | 20 | 13 | 0 | 73 | 110 | 125 | 13 | 70 | 12 |
| Binary | 100111 | 10000 | 1011 | 0 | 111011 | 1001000 | 1010101 | 1011 | 111000 | 1010 |
Color Harmonies of #27100B
Complementary color
Monochromatic Colors of #27100B
Black with #27100B
Text Example
Text Example
White with #27100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27100B; }
p { color: rgb(39,16,11); }
H1.HeaderClassName
{
color: #27100B;
}
.AnyTagClassName
{
color: #27100B;
}
</style>
background-color css
<style>
a { background-color: #27100B; }
a { background-color: rgb(39,16,11); }
div.DivClassName
{
background-color: #27100B;
}
.BgClassName
{
background-color: #27100B;
}
</style>
border-color css
<style>
span { border-color: #27100B; }
span { border-color: rgb(39,16,11); }
td.TdClassName
{
border-color: #27100B;
}
.TagClassName
{
border-color: #27100B;
}
</style>