Shades of Seal Brown #40201F
Tints of Seal Brown #40201F
RGB
CMYK
RGB Variations
Color information
#40201F (or 0x40201F) is known color: Seal Brown. HEX triplet: 40, 20 and 1F. RGB value is (64,32,31). Sum of RGB (Red+Green+Blue) = 64+32+31=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #40201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40201F is #BFDFE0. Grayscale: #292929. Windows color (decimal): -12574689 or 2039872. OLE color: 2039872.
HSL color Cylindrical-coordinate representation of color #40201F: hue angle of 1.82º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40201F is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 31 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.75 |
| HSL | 1.82º | 0.35% | 0.19% | - |
| HSV(B) | 1.82º | 0.52% | 0.25% | - |
| XYZ | 2.88 | 2.22 | 1.57 | - |
| YUV | 41.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 31 | 0 | 0.50 | 0.52 | 0.75 | 1.82 | 0.35 | 0.19 |
| Hex | 40 | 20 | 1F | 0 | 32 | 34 | 4B | 2 | 23 | 13 |
| Octal | 100 | 40 | 37 | 0 | 62 | 64 | 113 | 2 | 43 | 23 |
| Binary | 1000000 | 100000 | 11111 | 0 | 110010 | 110100 | 1001011 | 10 | 100011 | 10011 |
Color Harmonies of #40201F
Complementary color
Monochromatic Colors of #40201F
Black with #40201F
Text Example
Text Example
White with #40201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40201F; }
p { color: rgb(64,32,31); }
H1.HeaderClassName
{
color: #40201F;
}
.AnyTagClassName
{
color: #40201F;
}
</style>
background-color css
<style>
a { background-color: #40201F; }
a { background-color: rgb(64,32,31); }
div.DivClassName
{
background-color: #40201F;
}
.BgClassName
{
background-color: #40201F;
}
</style>
border-color css
<style>
span { border-color: #40201F; }
span { border-color: rgb(64,32,31); }
td.TdClassName
{
border-color: #40201F;
}
.TagClassName
{
border-color: #40201F;
}
</style>