Shades of Brown Pod #40200A
Tints of Brown Pod #40200A
RGB
CMYK
RGB Variations
Color information
#40200A (or 0x40200A) is known color: Brown Pod. HEX triplet: 40, 20 and 0A. RGB value is (64,32,10). Sum of RGB (Red+Green+Blue) = 64+32+10=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #40200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40200A is #BFDFF5. Grayscale: #272727. Windows color (decimal): -12574710 or 663616. OLE color: 663616.
HSL color Cylindrical-coordinate representation of color #40200A: hue angle of 24.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40200A is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 10 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.75 |
| HSL | 24.44º | 0.73% | 0.15% | - |
| HSV(B) | 24.44º | 0.84% | 0.25% | - |
| XYZ | 2.69 | 2.14 | 0.56 | - |
| YUV | 39.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 10 | 0 | 0.50 | 0.84 | 0.75 | 24.44 | 0.73 | 0.15 |
| Hex | 40 | 20 | A | 0 | 32 | 54 | 4B | 18 | 49 | F |
| Octal | 100 | 40 | 12 | 0 | 62 | 124 | 113 | 30 | 111 | 17 |
| Binary | 1000000 | 100000 | 1010 | 0 | 110010 | 1010100 | 1001011 | 11000 | 1001001 | 1111 |
Color Harmonies of #40200A
Complementary color
Monochromatic Colors of #40200A
Black with #40200A
Text Example
Text Example
White with #40200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40200A; }
p { color: rgb(64,32,10); }
H1.HeaderClassName
{
color: #40200A;
}
.AnyTagClassName
{
color: #40200A;
}
</style>
background-color css
<style>
a { background-color: #40200A; }
a { background-color: rgb(64,32,10); }
div.DivClassName
{
background-color: #40200A;
}
.BgClassName
{
background-color: #40200A;
}
</style>
border-color css
<style>
span { border-color: #40200A; }
span { border-color: rgb(64,32,10); }
td.TdClassName
{
border-color: #40200A;
}
.TagClassName
{
border-color: #40200A;
}
</style>