Shades of Seal Brown #271B1A
Tints of Seal Brown #271B1A
RGB
CMYK
RGB Variations
Color information
#271B1A (or 0x271B1A) is known color: Seal Brown. HEX triplet: 27, 1B and 1A. RGB value is (39,27,26). Sum of RGB (Red+Green+Blue) = 39+27+26=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1A is #D8E4E5. Grayscale: #1E1E1E. Windows color (decimal): -14214374 or 1710887. OLE color: 1710887.
HSL color Cylindrical-coordinate representation of color #271B1A: hue angle of 4.62º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #271B1A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 26 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.85 |
| HSL | 4.62º | 0.2% | 0.13% | - |
| HSV(B) | 4.62º | 0.33% | 0.15% | - |
| XYZ | 1.42 | 1.29 | 1.15 | - |
| YUV | 30.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 26 | 0 | 0.31 | 0.33 | 0.85 | 4.62 | 0.2 | 0.13 |
| Hex | 27 | 1B | 1A | 0 | 1F | 21 | 55 | 5 | 14 | D |
| Octal | 47 | 33 | 32 | 0 | 37 | 41 | 125 | 5 | 24 | 15 |
| Binary | 100111 | 11011 | 11010 | 0 | 11111 | 100001 | 1010101 | 101 | 10100 | 1101 |
Color Harmonies of #271B1A
Complementary color
Monochromatic Colors of #271B1A
Black with #271B1A
Text Example
Text Example
White with #271B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B1A; }
p { color: rgb(39,27,26); }
H1.HeaderClassName
{
color: #271B1A;
}
.AnyTagClassName
{
color: #271B1A;
}
</style>
background-color css
<style>
a { background-color: #271B1A; }
a { background-color: rgb(39,27,26); }
div.DivClassName
{
background-color: #271B1A;
}
.BgClassName
{
background-color: #271B1A;
}
</style>
border-color css
<style>
span { border-color: #271B1A; }
span { border-color: rgb(39,27,26); }
td.TdClassName
{
border-color: #271B1A;
}
.TagClassName
{
border-color: #271B1A;
}
</style>