Shades of Seal Brown #440B06
Tints of Seal Brown #440B06
RGB
CMYK
RGB Variations
Color information
#440B06 (or 0x440B06) is known color: Seal Brown. HEX triplet: 44, 0B and 06. RGB value is (68,11,6). Sum of RGB (Red+Green+Blue) = 68+11+6=85 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 68 - color contains mainly: red. Hex color #440B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440B06 is #BBF4F9. Grayscale: #1B1B1B. Windows color (decimal): -12317946 or 396100. OLE color: 396100.
HSL color Cylindrical-coordinate representation of color #440B06: hue angle of 4.84º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440B06 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 11 | 6 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.73 |
| HSL | 4.84º | 0.84% | 0.15% | - |
| HSV(B) | 4.84º | 0.91% | 0.27% | - |
| XYZ | 2.54 | 1.48 | 0.32 | - |
| YUV | 27.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 6 | 0 | 0.84 | 0.91 | 0.73 | 4.84 | 0.84 | 0.15 |
| Hex | 44 | B | 6 | 0 | 54 | 5B | 49 | 5 | 54 | F |
| Octal | 104 | 13 | 6 | 0 | 124 | 133 | 111 | 5 | 124 | 17 |
| Binary | 1000100 | 1011 | 110 | 0 | 1010100 | 1011011 | 1001001 | 101 | 1010100 | 1111 |
Color Harmonies of #440B06
Complementary color
Monochromatic Colors of #440B06
Black with #440B06
Text Example
Text Example
White with #440B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B06; }
p { color: rgb(68,11,6); }
H1.HeaderClassName
{
color: #440B06;
}
.AnyTagClassName
{
color: #440B06;
}
</style>
background-color css
<style>
a { background-color: #440B06; }
a { background-color: rgb(68,11,6); }
div.DivClassName
{
background-color: #440B06;
}
.BgClassName
{
background-color: #440B06;
}
</style>
border-color css
<style>
span { border-color: #440B06; }
span { border-color: rgb(68,11,6); }
td.TdClassName
{
border-color: #440B06;
}
.TagClassName
{
border-color: #440B06;
}
</style>