Shades of Seal Brown #400503
Tints of Seal Brown #400503
RGB
CMYK
RGB Variations
Color information
#400503 (or 0x400503) is known color: Seal Brown. HEX triplet: 40, 05 and 03. RGB value is (64,5,3). Sum of RGB (Red+Green+Blue) = 64+5+3=72 (9% of max value = 765). Red value is 64 (25.39% from 255 or 88.89% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 64 - color contains mainly: red. Hex color #400503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400503 is #BFFAFC. Grayscale: #161616. Windows color (decimal): -12581629 or 197952. OLE color: 197952.
HSL color Cylindrical-coordinate representation of color #400503: hue angle of 1.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400503 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 3 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.75 |
| HSL | 1.97º | 0.91% | 0.13% | - |
| HSV(B) | 1.97º | 0.95% | 0.25% | - |
| XYZ | 2.19 | 1.21 | 0.2 | - |
| YUV | 22.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 3 | 0 | 0.92 | 0.95 | 0.75 | 1.97 | 0.91 | 0.13 |
| Hex | 40 | 5 | 3 | 0 | 5C | 5F | 4B | 2 | 5B | D |
| Octal | 100 | 5 | 3 | 0 | 134 | 137 | 113 | 2 | 133 | 15 |
| Binary | 1000000 | 101 | 11 | 0 | 1011100 | 1011111 | 1001011 | 10 | 1011011 | 1101 |
Color Harmonies of #400503
Complementary color
Monochromatic Colors of #400503
Black with #400503
Text Example
Text Example
White with #400503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400503; }
p { color: rgb(64,5,3); }
H1.HeaderClassName
{
color: #400503;
}
.AnyTagClassName
{
color: #400503;
}
</style>
background-color css
<style>
a { background-color: #400503; }
a { background-color: rgb(64,5,3); }
div.DivClassName
{
background-color: #400503;
}
.BgClassName
{
background-color: #400503;
}
</style>
border-color css
<style>
span { border-color: #400503; }
span { border-color: rgb(64,5,3); }
td.TdClassName
{
border-color: #400503;
}
.TagClassName
{
border-color: #400503;
}
</style>