Shades of Seal Brown #241005
Tints of Seal Brown #241005
RGB
CMYK
RGB Variations
Color information
#241005 (or 0x241005) is known color: Seal Brown. HEX triplet: 24, 10 and 05. RGB value is (36,16,5). Sum of RGB (Red+Green+Blue) = 36+16+5=57 (7% of max value = 765). Red value is 36 (14.45% from 255 or 63.16% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 36 - color contains mainly: red. Hex color #241005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241005 is #DBEFFA. Grayscale: #141414. Windows color (decimal): -14413819 or 331812. OLE color: 331812.
HSL color Cylindrical-coordinate representation of color #241005: hue angle of 21.29º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241005 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 5 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.86 |
| HSL | 21.29º | 0.76% | 0.08% | - |
| HSV(B) | 21.29º | 0.86% | 0.14% | - |
| XYZ | 0.94 | 0.76 | 0.24 | - |
| YUV | 20.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 5 | 0 | 0.56 | 0.86 | 0.86 | 21.29 | 0.76 | 0.08 |
| Hex | 24 | 10 | 5 | 0 | 38 | 56 | 56 | 15 | 4C | 8 |
| Octal | 44 | 20 | 5 | 0 | 70 | 126 | 126 | 25 | 114 | 10 |
| Binary | 100100 | 10000 | 101 | 0 | 111000 | 1010110 | 1010110 | 10101 | 1001100 | 1000 |
Color Harmonies of #241005
Complementary color
Monochromatic Colors of #241005
Black with #241005
Text Example
Text Example
White with #241005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241005; }
p { color: rgb(36,16,5); }
H1.HeaderClassName
{
color: #241005;
}
.AnyTagClassName
{
color: #241005;
}
</style>
background-color css
<style>
a { background-color: #241005; }
a { background-color: rgb(36,16,5); }
div.DivClassName
{
background-color: #241005;
}
.BgClassName
{
background-color: #241005;
}
</style>
border-color css
<style>
span { border-color: #241005; }
span { border-color: rgb(36,16,5); }
td.TdClassName
{
border-color: #241005;
}
.TagClassName
{
border-color: #241005;
}
</style>