Shades of Seal Brown #26120C
Tints of Seal Brown #26120C
RGB
CMYK
RGB Variations
Color information
#26120C (or 0x26120C) is known color: Seal Brown. HEX triplet: 26, 12 and 0C. RGB value is (38,18,12). Sum of RGB (Red+Green+Blue) = 38+18+12=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26120C is #D9EDF3. Grayscale: #171717. Windows color (decimal): -14282228 or 791078. OLE color: 791078.
HSL color Cylindrical-coordinate representation of color #26120C: hue angle of 13.85º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26120C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 18 | 12 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.85 |
| HSL | 13.85º | 0.52% | 0.1% | - |
| HSV(B) | 13.85º | 0.68% | 0.15% | - |
| XYZ | 1.08 | 0.87 | 0.46 | - |
| YUV | 23.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 18 | 12 | 0 | 0.53 | 0.68 | 0.85 | 13.85 | 0.52 | 0.1 |
| Hex | 26 | 12 | C | 0 | 35 | 44 | 55 | E | 34 | A |
| Octal | 46 | 22 | 14 | 0 | 65 | 104 | 125 | 16 | 64 | 12 |
| Binary | 100110 | 10010 | 1100 | 0 | 110101 | 1000100 | 1010101 | 1110 | 110100 | 1010 |
Color Harmonies of #26120C
Complementary color
Monochromatic Colors of #26120C
Black with #26120C
Text Example
Text Example
White with #26120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26120C; }
p { color: rgb(38,18,12); }
H1.HeaderClassName
{
color: #26120C;
}
.AnyTagClassName
{
color: #26120C;
}
</style>
background-color css
<style>
a { background-color: #26120C; }
a { background-color: rgb(38,18,12); }
div.DivClassName
{
background-color: #26120C;
}
.BgClassName
{
background-color: #26120C;
}
</style>
border-color css
<style>
span { border-color: #26120C; }
span { border-color: rgb(38,18,12); }
td.TdClassName
{
border-color: #26120C;
}
.TagClassName
{
border-color: #26120C;
}
</style>