Shades of Seal Brown #261A19
Tints of Seal Brown #261A19
RGB
CMYK
RGB Variations
Color information
#261A19 (or 0x261A19) is known color: Seal Brown. HEX triplet: 26, 1A and 19. RGB value is (38,26,25). Sum of RGB (Red+Green+Blue) = 38+26+25=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A19 is #D9E5E6. Grayscale: #1D1D1D. Windows color (decimal): -14280167 or 1645094. OLE color: 1645094.
HSL color Cylindrical-coordinate representation of color #261A19: hue angle of 4.62º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #261A19 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 25 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.85 |
| HSL | 4.62º | 0.21% | 0.12% | - |
| HSV(B) | 4.62º | 0.34% | 0.15% | - |
| XYZ | 1.34 | 1.22 | 1.08 | - |
| YUV | 29.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 25 | 0 | 0.32 | 0.34 | 0.85 | 4.62 | 0.21 | 0.12 |
| Hex | 26 | 1A | 19 | 0 | 20 | 22 | 55 | 5 | 15 | C |
| Octal | 46 | 32 | 31 | 0 | 40 | 42 | 125 | 5 | 25 | 14 |
| Binary | 100110 | 11010 | 11001 | 0 | 100000 | 100010 | 1010101 | 101 | 10101 | 1100 |
Color Harmonies of #261A19
Complementary color
Monochromatic Colors of #261A19
Black with #261A19
Text Example
Text Example
White with #261A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A19; }
p { color: rgb(38,26,25); }
H1.HeaderClassName
{
color: #261A19;
}
.AnyTagClassName
{
color: #261A19;
}
</style>
background-color css
<style>
a { background-color: #261A19; }
a { background-color: rgb(38,26,25); }
div.DivClassName
{
background-color: #261A19;
}
.BgClassName
{
background-color: #261A19;
}
</style>
border-color css
<style>
span { border-color: #261A19; }
span { border-color: rgb(38,26,25); }
td.TdClassName
{
border-color: #261A19;
}
.TagClassName
{
border-color: #261A19;
}
</style>