Shades of Seal Brown #260802
Tints of Seal Brown #260802
RGB
CMYK
RGB Variations
Color information
#260802 (or 0x260802) is known color: Seal Brown. HEX triplet: 26, 08 and 02. RGB value is (38,8,2). Sum of RGB (Red+Green+Blue) = 38+8+2=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260802 is #D9F7FD. Grayscale: #101010. Windows color (decimal): -14284798 or 133158. OLE color: 133158.
HSL color Cylindrical-coordinate representation of color #260802: hue angle of 10º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260802 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
RGB | 38 | 8 | 2 | - |
CMYK | 0 | 0.79 | 0.95 | 0.85 |
HSL | 10º | 0.9% | 0.08% | - |
HSV(B) | 10º | 0.95% | 0.15% | - |
XYZ | 0.9 | 0.59 | 0.12 | - |
YUV | 16.29 | 119.94 | 143.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 38 | 8 | 2 | 0 | 0.79 | 0.95 | 0.85 | 10 | 0.9 | 0.08 |
Hex | 26 | 8 | 2 | 0 | 4F | 5F | 55 | A | 5A | 8 |
Octal | 46 | 10 | 2 | 0 | 117 | 137 | 125 | 12 | 132 | 10 |
Binary | 100110 | 1000 | 10 | 0 | 1001111 | 1011111 | 1010101 | 1010 | 1011010 | 1000 |
Color Harmonies of #260802
Complementary color
Monochromatic Colors of #260802
Black with #260802
Text Example
Text Example
White with #260802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260802; }
p { color: rgb(38,8,2); }
H1.HeaderClassName
{
color: #260802;
}
.AnyTagClassName
{
color: #260802;
}
</style>
background-color css
<style>
a { background-color: #260802; }
a { background-color: rgb(38,8,2); }
div.DivClassName
{
background-color: #260802;
}
.BgClassName
{
background-color: #260802;
}
</style>
border-color css
<style>
span { border-color: #260802; }
span { border-color: rgb(38,8,2); }
td.TdClassName
{
border-color: #260802;
}
.TagClassName
{
border-color: #260802;
}
</style>