Shades of Seal Brown #260901
Tints of Seal Brown #260901
RGB
CMYK
RGB Variations
Color information
#260901 (or 0x260901) is known color: Seal Brown. HEX triplet: 26, 09 and 01. RGB value is (38,9,1). Sum of RGB (Red+Green+Blue) = 38+9+1=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260901 is #D9F6FE. Grayscale: #101010. Windows color (decimal): -14284543 or 67878. OLE color: 67878.
HSL color Cylindrical-coordinate representation of color #260901: hue angle of 12.97º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260901 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 9 | 1 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.85 |
| HSL | 12.97º | 0.95% | 0.08% | - |
| HSV(B) | 12.97º | 0.97% | 0.15% | - |
| XYZ | 0.9 | 0.61 | 0.1 | - |
| YUV | 16.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 1 | 0 | 0.76 | 0.97 | 0.85 | 12.97 | 0.95 | 0.08 |
| Hex | 26 | 9 | 1 | 0 | 4C | 61 | 55 | D | 5F | 8 |
| Octal | 46 | 11 | 1 | 0 | 114 | 141 | 125 | 15 | 137 | 10 |
| Binary | 100110 | 1001 | 1 | 0 | 1001100 | 1100001 | 1010101 | 1101 | 1011111 | 1000 |
Color Harmonies of #260901
Complementary color
Monochromatic Colors of #260901
Black with #260901
Text Example
Text Example
White with #260901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260901; }
p { color: rgb(38,9,1); }
H1.HeaderClassName
{
color: #260901;
}
.AnyTagClassName
{
color: #260901;
}
</style>
background-color css
<style>
a { background-color: #260901; }
a { background-color: rgb(38,9,1); }
div.DivClassName
{
background-color: #260901;
}
.BgClassName
{
background-color: #260901;
}
</style>
border-color css
<style>
span { border-color: #260901; }
span { border-color: rgb(38,9,1); }
td.TdClassName
{
border-color: #260901;
}
.TagClassName
{
border-color: #260901;
}
</style>