Shades of Seal Brown #26100C
Tints of Seal Brown #26100C
RGB
CMYK
RGB Variations
Color information
#26100C (or 0x26100C) is known color: Seal Brown. HEX triplet: 26, 10 and 0C. RGB value is (38,16,12). Sum of RGB (Red+Green+Blue) = 38+16+12=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #26100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26100C is #D9EFF3. Grayscale: #161616. Windows color (decimal): -14282740 or 790566. OLE color: 790566.
HSL color Cylindrical-coordinate representation of color #26100C: hue angle of 9.23º 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 #26100C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 16 | 12 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.85 |
| HSL | 9.23º | 0.52% | 0.1% | - |
| HSV(B) | 9.23º | 0.68% | 0.15% | - |
| XYZ | 1.05 | 0.81 | 0.45 | - |
| YUV | 22.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 12 | 0 | 0.58 | 0.68 | 0.85 | 9.23 | 0.52 | 0.1 |
| Hex | 26 | 10 | C | 0 | 3A | 44 | 55 | 9 | 34 | A |
| Octal | 46 | 20 | 14 | 0 | 72 | 104 | 125 | 11 | 64 | 12 |
| Binary | 100110 | 10000 | 1100 | 0 | 111010 | 1000100 | 1010101 | 1001 | 110100 | 1010 |
Color Harmonies of #26100C
Complementary color
Monochromatic Colors of #26100C
Black with #26100C
Text Example
Text Example
White with #26100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26100C; }
p { color: rgb(38,16,12); }
H1.HeaderClassName
{
color: #26100C;
}
.AnyTagClassName
{
color: #26100C;
}
</style>
background-color css
<style>
a { background-color: #26100C; }
a { background-color: rgb(38,16,12); }
div.DivClassName
{
background-color: #26100C;
}
.BgClassName
{
background-color: #26100C;
}
</style>
border-color css
<style>
span { border-color: #26100C; }
span { border-color: rgb(38,16,12); }
td.TdClassName
{
border-color: #26100C;
}
.TagClassName
{
border-color: #26100C;
}
</style>