Shades of Seal Brown #400500
Tints of Seal Brown #400500
RGB
CMYK
RGB Variations
Color information
#400500 (or 0x400500) is known color: Seal Brown. HEX triplet: 40, 05 and 00. RGB value is (64,5,0). Sum of RGB (Red+Green+Blue) = 64+5+0=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400500 is #BFFAFF. Grayscale: #161616. Windows color (decimal): -12581632 or 1344. OLE color: 1344.
HSL color Cylindrical-coordinate representation of color #400500: hue angle of 4.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.75 |
| HSL | 4.69º | 1% | 0.13% | - |
| HSV(B) | 4.69º | 1% | 0.25% | - |
| XYZ | 2.17 | 1.2 | 0.12 | - |
| YUV | 22.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 0 | 0 | 0.92 | 1 | 0.75 | 4.69 | 1 | 0.13 |
| Hex | 40 | 5 | 0 | 0 | 5C | 64 | 4B | 5 | 64 | D |
| Octal | 100 | 5 | 0 | 0 | 134 | 144 | 113 | 5 | 144 | 15 |
| Binary | 1000000 | 101 | 0 | 0 | 1011100 | 1100100 | 1001011 | 101 | 1100100 | 1101 |
Color Harmonies of #400500
Complementary color
Monochromatic Colors of #400500
Black with #400500
Text Example
Text Example
White with #400500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400500; }
p { color: rgb(64,5,0); }
H1.HeaderClassName
{
color: #400500;
}
.AnyTagClassName
{
color: #400500;
}
</style>
background-color css
<style>
a { background-color: #400500; }
a { background-color: rgb(64,5,0); }
div.DivClassName
{
background-color: #400500;
}
.BgClassName
{
background-color: #400500;
}
</style>
border-color css
<style>
span { border-color: #400500; }
span { border-color: rgb(64,5,0); }
td.TdClassName
{
border-color: #400500;
}
.TagClassName
{
border-color: #400500;
}
</style>