Shades of Seal Brown #26100F
Tints of Seal Brown #26100F
RGB
CMYK
RGB Variations
Color information
#26100F (or 0x26100F) is known color: Seal Brown. HEX triplet: 26, 10 and 0F. RGB value is (38,16,15). Sum of RGB (Red+Green+Blue) = 38+16+15=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #26100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26100F is #D9EFF0. Grayscale: #161616. Windows color (decimal): -14282737 or 987174. OLE color: 987174.
HSL color Cylindrical-coordinate representation of color #26100F: hue angle of 2.61º 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 #26100F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 16 | 15 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.85 |
| HSL | 2.61º | 0.43% | 0.1% | - |
| HSV(B) | 2.61º | 0.61% | 0.15% | - |
| XYZ | 1.07 | 0.82 | 0.55 | - |
| YUV | 22.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 15 | 0 | 0.58 | 0.61 | 0.85 | 2.61 | 0.43 | 0.1 |
| Hex | 26 | 10 | F | 0 | 3A | 3D | 55 | 3 | 2B | A |
| Octal | 46 | 20 | 17 | 0 | 72 | 75 | 125 | 3 | 53 | 12 |
| Binary | 100110 | 10000 | 1111 | 0 | 111010 | 111101 | 1010101 | 11 | 101011 | 1010 |
Color Harmonies of #26100F
Complementary color
Monochromatic Colors of #26100F
Black with #26100F
Text Example
Text Example
White with #26100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26100F; }
p { color: rgb(38,16,15); }
H1.HeaderClassName
{
color: #26100F;
}
.AnyTagClassName
{
color: #26100F;
}
</style>
background-color css
<style>
a { background-color: #26100F; }
a { background-color: rgb(38,16,15); }
div.DivClassName
{
background-color: #26100F;
}
.BgClassName
{
background-color: #26100F;
}
</style>
border-color css
<style>
span { border-color: #26100F; }
span { border-color: rgb(38,16,15); }
td.TdClassName
{
border-color: #26100F;
}
.TagClassName
{
border-color: #26100F;
}
</style>