Shades of Seal Brown #260B08
Tints of Seal Brown #260B08
RGB
CMYK
RGB Variations
Color information
#260B08 (or 0x260B08) is known color: Seal Brown. HEX triplet: 26, 0B and 08. RGB value is (38,11,8). Sum of RGB (Red+Green+Blue) = 38+11+8=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #260B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B08 is #D9F4F7. Grayscale: #121212. Windows color (decimal): -14284024 or 527142. OLE color: 527142.
HSL color Cylindrical-coordinate representation of color #260B08: hue angle of 6º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #260B08 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 11 | 8 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.85 |
| HSL | 6º | 0.65% | 0.09% | - |
| HSV(B) | 6º | 0.79% | 0.15% | - |
| XYZ | 0.96 | 0.67 | 0.31 | - |
| YUV | 18.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 8 | 0 | 0.71 | 0.79 | 0.85 | 6 | 0.65 | 0.09 |
| Hex | 26 | B | 8 | 0 | 47 | 4F | 55 | 6 | 41 | 9 |
| Octal | 46 | 13 | 10 | 0 | 107 | 117 | 125 | 6 | 101 | 11 |
| Binary | 100110 | 1011 | 1000 | 0 | 1000111 | 1001111 | 1010101 | 110 | 1000001 | 1001 |
Color Harmonies of #260B08
Complementary color
Monochromatic Colors of #260B08
Black with #260B08
Text Example
Text Example
White with #260B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B08; }
p { color: rgb(38,11,8); }
H1.HeaderClassName
{
color: #260B08;
}
.AnyTagClassName
{
color: #260B08;
}
</style>
background-color css
<style>
a { background-color: #260B08; }
a { background-color: rgb(38,11,8); }
div.DivClassName
{
background-color: #260B08;
}
.BgClassName
{
background-color: #260B08;
}
</style>
border-color css
<style>
span { border-color: #260B08; }
span { border-color: rgb(38,11,8); }
td.TdClassName
{
border-color: #260B08;
}
.TagClassName
{
border-color: #260B08;
}
</style>