Shades of Seal Brown #400802
Tints of Seal Brown #400802
RGB
CMYK
RGB Variations
Color information
#400802 (or 0x400802) is known color: Seal Brown. HEX triplet: 40, 08 and 02. RGB value is (64,8,2). Sum of RGB (Red+Green+Blue) = 64+8+2=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400802 is #BFF7FD. Grayscale: #181818. Windows color (decimal): -12580862 or 133184. OLE color: 133184.
HSL color Cylindrical-coordinate representation of color #400802: hue angle of 5.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400802 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 2 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.75 |
| HSL | 5.81º | 0.94% | 0.13% | - |
| HSV(B) | 5.81º | 0.97% | 0.25% | - |
| XYZ | 2.21 | 1.27 | 0.19 | - |
| YUV | 24.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 2 | 0 | 0.87 | 0.97 | 0.75 | 5.81 | 0.94 | 0.13 |
| Hex | 40 | 8 | 2 | 0 | 57 | 61 | 4B | 6 | 5E | D |
| Octal | 100 | 10 | 2 | 0 | 127 | 141 | 113 | 6 | 136 | 15 |
| Binary | 1000000 | 1000 | 10 | 0 | 1010111 | 1100001 | 1001011 | 110 | 1011110 | 1101 |
Color Harmonies of #400802
Complementary color
Monochromatic Colors of #400802
Black with #400802
Text Example
Text Example
White with #400802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400802; }
p { color: rgb(64,8,2); }
H1.HeaderClassName
{
color: #400802;
}
.AnyTagClassName
{
color: #400802;
}
</style>
background-color css
<style>
a { background-color: #400802; }
a { background-color: rgb(64,8,2); }
div.DivClassName
{
background-color: #400802;
}
.BgClassName
{
background-color: #400802;
}
</style>
border-color css
<style>
span { border-color: #400802; }
span { border-color: rgb(64,8,2); }
td.TdClassName
{
border-color: #400802;
}
.TagClassName
{
border-color: #400802;
}
</style>