Shades of Seal Brown #400703
Tints of Seal Brown #400703
RGB
CMYK
RGB Variations
Color information
#400703 (or 0x400703) is known color: Seal Brown. HEX triplet: 40, 07 and 03. RGB value is (64,7,3). Sum of RGB (Red+Green+Blue) = 64+7+3=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400703 is #BFF8FC. Grayscale: #171717. Windows color (decimal): -12581117 or 198464. OLE color: 198464.
HSL color Cylindrical-coordinate representation of color #400703: hue angle of 3.93º 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 #400703 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 3 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.75 |
| HSL | 3.93º | 0.91% | 0.13% | - |
| HSV(B) | 3.93º | 0.95% | 0.25% | - |
| XYZ | 2.21 | 1.25 | 0.21 | - |
| YUV | 23.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 3 | 0 | 0.89 | 0.95 | 0.75 | 3.93 | 0.91 | 0.13 |
| Hex | 40 | 7 | 3 | 0 | 59 | 5F | 4B | 4 | 5B | D |
| Octal | 100 | 7 | 3 | 0 | 131 | 137 | 113 | 4 | 133 | 15 |
| Binary | 1000000 | 111 | 11 | 0 | 1011001 | 1011111 | 1001011 | 100 | 1011011 | 1101 |
Color Harmonies of #400703
Complementary color
Monochromatic Colors of #400703
Black with #400703
Text Example
Text Example
White with #400703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400703; }
p { color: rgb(64,7,3); }
H1.HeaderClassName
{
color: #400703;
}
.AnyTagClassName
{
color: #400703;
}
</style>
background-color css
<style>
a { background-color: #400703; }
a { background-color: rgb(64,7,3); }
div.DivClassName
{
background-color: #400703;
}
.BgClassName
{
background-color: #400703;
}
</style>
border-color css
<style>
span { border-color: #400703; }
span { border-color: rgb(64,7,3); }
td.TdClassName
{
border-color: #400703;
}
.TagClassName
{
border-color: #400703;
}
</style>