Shades of Seal Brown #26110F
Tints of Seal Brown #26110F
RGB
CMYK
RGB Variations
Color information
#26110F (or 0x26110F) is known color: Seal Brown. HEX triplet: 26, 11 and 0F. RGB value is (38,17,15). Sum of RGB (Red+Green+Blue) = 38+17+15=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #26110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26110F is #D9EEF0. Grayscale: #171717. Windows color (decimal): -14282481 or 987430. OLE color: 987430.
HSL color Cylindrical-coordinate representation of color #26110F: hue angle of 5.22º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26110F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 17 | 15 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.85 |
| HSL | 5.22º | 0.43% | 0.1% | - |
| HSV(B) | 5.22º | 0.61% | 0.15% | - |
| XYZ | 1.09 | 0.85 | 0.56 | - |
| YUV | 23.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 15 | 0 | 0.55 | 0.61 | 0.85 | 5.22 | 0.43 | 0.1 |
| Hex | 26 | 11 | F | 0 | 37 | 3D | 55 | 5 | 2B | A |
| Octal | 46 | 21 | 17 | 0 | 67 | 75 | 125 | 5 | 53 | 12 |
| Binary | 100110 | 10001 | 1111 | 0 | 110111 | 111101 | 1010101 | 101 | 101011 | 1010 |
Color Harmonies of #26110F
Complementary color
Monochromatic Colors of #26110F
Black with #26110F
Text Example
Text Example
White with #26110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26110F; }
p { color: rgb(38,17,15); }
H1.HeaderClassName
{
color: #26110F;
}
.AnyTagClassName
{
color: #26110F;
}
</style>
background-color css
<style>
a { background-color: #26110F; }
a { background-color: rgb(38,17,15); }
div.DivClassName
{
background-color: #26110F;
}
.BgClassName
{
background-color: #26110F;
}
</style>
border-color css
<style>
span { border-color: #26110F; }
span { border-color: rgb(38,17,15); }
td.TdClassName
{
border-color: #26110F;
}
.TagClassName
{
border-color: #26110F;
}
</style>