Shades of Seal Brown #400605
Tints of Seal Brown #400605
RGB
CMYK
RGB Variations
Color information
#400605 (or 0x400605) is known color: Seal Brown. HEX triplet: 40, 06 and 05. RGB value is (64,6,5). Sum of RGB (Red+Green+Blue) = 64+6+5=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #400605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400605 is #BFF9FA. Grayscale: #171717. Windows color (decimal): -12581371 or 329280. OLE color: 329280.
HSL color Cylindrical-coordinate representation of color #400605: hue angle of 1.02º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400605 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 5 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.75 |
| HSL | 1.02º | 0.86% | 0.14% | - |
| HSV(B) | 1.02º | 0.92% | 0.25% | - |
| XYZ | 2.21 | 1.23 | 0.26 | - |
| YUV | 23.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 5 | 0 | 0.91 | 0.92 | 0.75 | 1.02 | 0.86 | 0.14 |
| Hex | 40 | 6 | 5 | 0 | 5B | 5C | 4B | 1 | 56 | E |
| Octal | 100 | 6 | 5 | 0 | 133 | 134 | 113 | 1 | 126 | 16 |
| Binary | 1000000 | 110 | 101 | 0 | 1011011 | 1011100 | 1001011 | 1 | 1010110 | 1110 |
Color Harmonies of #400605
Complementary color
Monochromatic Colors of #400605
Black with #400605
Text Example
Text Example
White with #400605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400605; }
p { color: rgb(64,6,5); }
H1.HeaderClassName
{
color: #400605;
}
.AnyTagClassName
{
color: #400605;
}
</style>
background-color css
<style>
a { background-color: #400605; }
a { background-color: rgb(64,6,5); }
div.DivClassName
{
background-color: #400605;
}
.BgClassName
{
background-color: #400605;
}
</style>
border-color css
<style>
span { border-color: #400605; }
span { border-color: rgb(64,6,5); }
td.TdClassName
{
border-color: #400605;
}
.TagClassName
{
border-color: #400605;
}
</style>