Shades of Seal Brown #260F01
Tints of Seal Brown #260F01
RGB
CMYK
RGB Variations
Color information
#260F01 (or 0x260F01) is known color: Seal Brown. HEX triplet: 26, 0F and 01. RGB value is (38,15,1). Sum of RGB (Red+Green+Blue) = 38+15+1=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #260F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F01 is #D9F0FE. Grayscale: #141414. Windows color (decimal): -14283007 or 69414. OLE color: 69414.
HSL color Cylindrical-coordinate representation of color #260F01: hue angle of 22.7º 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 #260F01 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 1 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.85 |
| HSL | 22.7º | 0.95% | 0.08% | - |
| HSV(B) | 22.7º | 0.97% | 0.15% | - |
| XYZ | 0.98 | 0.76 | 0.12 | - |
| YUV | 20.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 1 | 0 | 0.61 | 0.97 | 0.85 | 22.7 | 0.95 | 0.08 |
| Hex | 26 | F | 1 | 0 | 3D | 61 | 55 | 17 | 5F | 8 |
| Octal | 46 | 17 | 1 | 0 | 75 | 141 | 125 | 27 | 137 | 10 |
| Binary | 100110 | 1111 | 1 | 0 | 111101 | 1100001 | 1010101 | 10111 | 1011111 | 1000 |
Color Harmonies of #260F01
Complementary color
Monochromatic Colors of #260F01
Black with #260F01
Text Example
Text Example
White with #260F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F01; }
p { color: rgb(38,15,1); }
H1.HeaderClassName
{
color: #260F01;
}
.AnyTagClassName
{
color: #260F01;
}
</style>
background-color css
<style>
a { background-color: #260F01; }
a { background-color: rgb(38,15,1); }
div.DivClassName
{
background-color: #260F01;
}
.BgClassName
{
background-color: #260F01;
}
</style>
border-color css
<style>
span { border-color: #260F01; }
span { border-color: rgb(38,15,1); }
td.TdClassName
{
border-color: #260F01;
}
.TagClassName
{
border-color: #260F01;
}
</style>