Shades of Seal Brown #400601
Tints of Seal Brown #400601
RGB
CMYK
RGB Variations
Color information
#400601 (or 0x400601) is known color: Seal Brown. HEX triplet: 40, 06 and 01. RGB value is (64,6,1). Sum of RGB (Red+Green+Blue) = 64+6+1=71 (9% of max value = 765). Red value is 64 (25.39% from 255 or 90.14% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 64 - color contains mainly: red. Hex color #400601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400601 is #BFF9FE. Grayscale: #161616. Windows color (decimal): -12581375 or 67136. OLE color: 67136.
HSL color Cylindrical-coordinate representation of color #400601: hue angle of 4.76º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400601 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 1 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.75 |
| HSL | 4.76º | 0.97% | 0.13% | - |
| HSV(B) | 4.76º | 0.98% | 0.25% | - |
| XYZ | 2.18 | 1.22 | 0.15 | - |
| YUV | 22.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 1 | 0 | 0.91 | 0.98 | 0.75 | 4.76 | 0.97 | 0.13 |
| Hex | 40 | 6 | 1 | 0 | 5B | 62 | 4B | 5 | 61 | D |
| Octal | 100 | 6 | 1 | 0 | 133 | 142 | 113 | 5 | 141 | 15 |
| Binary | 1000000 | 110 | 1 | 0 | 1011011 | 1100010 | 1001011 | 101 | 1100001 | 1101 |
Color Harmonies of #400601
Complementary color
Monochromatic Colors of #400601
Black with #400601
Text Example
Text Example
White with #400601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400601; }
p { color: rgb(64,6,1); }
H1.HeaderClassName
{
color: #400601;
}
.AnyTagClassName
{
color: #400601;
}
</style>
background-color css
<style>
a { background-color: #400601; }
a { background-color: rgb(64,6,1); }
div.DivClassName
{
background-color: #400601;
}
.BgClassName
{
background-color: #400601;
}
</style>
border-color css
<style>
span { border-color: #400601; }
span { border-color: rgb(64,6,1); }
td.TdClassName
{
border-color: #400601;
}
.TagClassName
{
border-color: #400601;
}
</style>