Shades of Brown Pod #401912
Tints of Brown Pod #401912
RGB
CMYK
RGB Variations
Color information
#401912 (or 0x401912) is known color: Brown Pod. HEX triplet: 40, 19 and 12. RGB value is (64,25,18). Sum of RGB (Red+Green+Blue) = 64+25+18=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401912 is #BFE6ED. Grayscale: #232323. Windows color (decimal): -12576494 or 1186112. OLE color: 1186112.
HSL color Cylindrical-coordinate representation of color #401912: hue angle of 9.13º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401912 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 25 | 18 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.75 |
| HSL | 9.13º | 0.56% | 0.16% | - |
| HSV(B) | 9.13º | 0.72% | 0.25% | - |
| XYZ | 2.57 | 1.83 | 0.79 | - |
| YUV | 35.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 18 | 0 | 0.61 | 0.72 | 0.75 | 9.13 | 0.56 | 0.16 |
| Hex | 40 | 19 | 12 | 0 | 3D | 48 | 4B | 9 | 38 | 10 |
| Octal | 100 | 31 | 22 | 0 | 75 | 110 | 113 | 11 | 70 | 20 |
| Binary | 1000000 | 11001 | 10010 | 0 | 111101 | 1001000 | 1001011 | 1001 | 111000 | 10000 |
Color Harmonies of #401912
Complementary color
Monochromatic Colors of #401912
Black with #401912
Text Example
Text Example
White with #401912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401912; }
p { color: rgb(64,25,18); }
H1.HeaderClassName
{
color: #401912;
}
.AnyTagClassName
{
color: #401912;
}
</style>
background-color css
<style>
a { background-color: #401912; }
a { background-color: rgb(64,25,18); }
div.DivClassName
{
background-color: #401912;
}
.BgClassName
{
background-color: #401912;
}
</style>
border-color css
<style>
span { border-color: #401912; }
span { border-color: rgb(64,25,18); }
td.TdClassName
{
border-color: #401912;
}
.TagClassName
{
border-color: #401912;
}
</style>