Shades of Seal Brown #26110D
Tints of Seal Brown #26110D
RGB
CMYK
RGB Variations
Color information
#26110D (or 0x26110D) is known color: Seal Brown. HEX triplet: 26, 11 and 0D. RGB value is (38,17,13). Sum of RGB (Red+Green+Blue) = 38+17+13=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26110D is #D9EEF2. Grayscale: #161616. Windows color (decimal): -14282483 or 856358. OLE color: 856358.
HSL color Cylindrical-coordinate representation of color #26110D: hue angle of 9.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26110D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 17 | 13 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.85 |
| HSL | 9.6º | 0.49% | 0.1% | - |
| HSV(B) | 9.6º | 0.66% | 0.15% | - |
| XYZ | 1.07 | 0.84 | 0.49 | - |
| YUV | 22.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 13 | 0 | 0.55 | 0.66 | 0.85 | 9.6 | 0.49 | 0.1 |
| Hex | 26 | 11 | D | 0 | 37 | 42 | 55 | A | 31 | A |
| Octal | 46 | 21 | 15 | 0 | 67 | 102 | 125 | 12 | 61 | 12 |
| Binary | 100110 | 10001 | 1101 | 0 | 110111 | 1000010 | 1010101 | 1010 | 110001 | 1010 |
Color Harmonies of #26110D
Complementary color
Monochromatic Colors of #26110D
Black with #26110D
Text Example
Text Example
White with #26110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26110D; }
p { color: rgb(38,17,13); }
H1.HeaderClassName
{
color: #26110D;
}
.AnyTagClassName
{
color: #26110D;
}
</style>
background-color css
<style>
a { background-color: #26110D; }
a { background-color: rgb(38,17,13); }
div.DivClassName
{
background-color: #26110D;
}
.BgClassName
{
background-color: #26110D;
}
</style>
border-color css
<style>
span { border-color: #26110D; }
span { border-color: rgb(38,17,13); }
td.TdClassName
{
border-color: #26110D;
}
.TagClassName
{
border-color: #26110D;
}
</style>