Shades of Seal Brown #400C01
Tints of Seal Brown #400C01
RGB
CMYK
RGB Variations
Color information
#400C01 (or 0x400C01) is known color: Seal Brown. HEX triplet: 40, 0C and 01. RGB value is (64,12,1). Sum of RGB (Red+Green+Blue) = 64+12+1=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #400C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C01 is #BFF3FE. Grayscale: #1A1A1A. Windows color (decimal): -12579839 or 68672. OLE color: 68672.
HSL color Cylindrical-coordinate representation of color #400C01: hue angle of 10.48º 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 #400C01 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 12 | 1 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.75 |
| HSL | 10.48º | 0.97% | 0.13% | - |
| HSV(B) | 10.48º | 0.98% | 0.25% | - |
| XYZ | 2.25 | 1.36 | 0.17 | - |
| YUV | 26.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 12 | 1 | 0 | 0.81 | 0.98 | 0.75 | 10.48 | 0.97 | 0.13 |
| Hex | 40 | C | 1 | 0 | 51 | 62 | 4B | A | 61 | D |
| Octal | 100 | 14 | 1 | 0 | 121 | 142 | 113 | 12 | 141 | 15 |
| Binary | 1000000 | 1100 | 1 | 0 | 1010001 | 1100010 | 1001011 | 1010 | 1100001 | 1101 |
Color Harmonies of #400C01
Complementary color
Monochromatic Colors of #400C01
Black with #400C01
Text Example
Text Example
White with #400C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400C01; }
p { color: rgb(64,12,1); }
H1.HeaderClassName
{
color: #400C01;
}
.AnyTagClassName
{
color: #400C01;
}
</style>
background-color css
<style>
a { background-color: #400C01; }
a { background-color: rgb(64,12,1); }
div.DivClassName
{
background-color: #400C01;
}
.BgClassName
{
background-color: #400C01;
}
</style>
border-color css
<style>
span { border-color: #400C01; }
span { border-color: rgb(64,12,1); }
td.TdClassName
{
border-color: #400C01;
}
.TagClassName
{
border-color: #400C01;
}
</style>