Shades of Seal Brown #440B08
Tints of Seal Brown #440B08
RGB
CMYK
RGB Variations
Color information
#440B08 (or 0x440B08) is known color: Seal Brown. HEX triplet: 44, 0B and 08. RGB value is (68,11,8). Sum of RGB (Red+Green+Blue) = 68+11+8=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440B08 is #BBF4F7. Grayscale: #1B1B1B. Windows color (decimal): -12317944 or 527172. OLE color: 527172.
HSL color Cylindrical-coordinate representation of color #440B08: hue angle of 3º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440B08 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 11 | 8 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.73 |
| HSL | 3º | 0.79% | 0.15% | - |
| HSV(B) | 3º | 0.88% | 0.27% | - |
| XYZ | 2.55 | 1.49 | 0.38 | - |
| YUV | 27.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 8 | 0 | 0.84 | 0.88 | 0.73 | 3 | 0.79 | 0.15 |
| Hex | 44 | B | 8 | 0 | 54 | 58 | 49 | 3 | 4F | F |
| Octal | 104 | 13 | 10 | 0 | 124 | 130 | 111 | 3 | 117 | 17 |
| Binary | 1000100 | 1011 | 1000 | 0 | 1010100 | 1011000 | 1001001 | 11 | 1001111 | 1111 |
Color Harmonies of #440B08
Complementary color
Monochromatic Colors of #440B08
Black with #440B08
Text Example
Text Example
White with #440B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440B08; }
p { color: rgb(68,11,8); }
H1.HeaderClassName
{
color: #440B08;
}
.AnyTagClassName
{
color: #440B08;
}
</style>
background-color css
<style>
a { background-color: #440B08; }
a { background-color: rgb(68,11,8); }
div.DivClassName
{
background-color: #440B08;
}
.BgClassName
{
background-color: #440B08;
}
</style>
border-color css
<style>
span { border-color: #440B08; }
span { border-color: rgb(68,11,8); }
td.TdClassName
{
border-color: #440B08;
}
.TagClassName
{
border-color: #440B08;
}
</style>