Shades of Seal Brown #400603
Tints of Seal Brown #400603
RGB
CMYK
RGB Variations
Color information
#400603 (or 0x400603) is known color: Seal Brown. HEX triplet: 40, 06 and 03. RGB value is (64,6,3). Sum of RGB (Red+Green+Blue) = 64+6+3=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400603 is #BFF9FC. Grayscale: #171717. Windows color (decimal): -12581373 or 198208. OLE color: 198208.
HSL color Cylindrical-coordinate representation of color #400603: hue angle of 2.95º 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 #400603 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 3 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.75 |
| HSL | 2.95º | 0.91% | 0.13% | - |
| HSV(B) | 2.95º | 0.95% | 0.25% | - |
| XYZ | 2.2 | 1.23 | 0.21 | - |
| YUV | 23 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 3 | 0 | 0.91 | 0.95 | 0.75 | 2.95 | 0.91 | 0.13 |
| Hex | 40 | 6 | 3 | 0 | 5B | 5F | 4B | 3 | 5B | D |
| Octal | 100 | 6 | 3 | 0 | 133 | 137 | 113 | 3 | 133 | 15 |
| Binary | 1000000 | 110 | 11 | 0 | 1011011 | 1011111 | 1001011 | 11 | 1011011 | 1101 |
Color Harmonies of #400603
Complementary color
Monochromatic Colors of #400603
Black with #400603
Text Example
Text Example
White with #400603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400603; }
p { color: rgb(64,6,3); }
H1.HeaderClassName
{
color: #400603;
}
.AnyTagClassName
{
color: #400603;
}
</style>
background-color css
<style>
a { background-color: #400603; }
a { background-color: rgb(64,6,3); }
div.DivClassName
{
background-color: #400603;
}
.BgClassName
{
background-color: #400603;
}
</style>
border-color css
<style>
span { border-color: #400603; }
span { border-color: rgb(64,6,3); }
td.TdClassName
{
border-color: #400603;
}
.TagClassName
{
border-color: #400603;
}
</style>