Shades of Brown Pod #401A12
Tints of Brown Pod #401A12
RGB
CMYK
RGB Variations
Color information
#401A12 (or 0x401A12) is known color: Brown Pod. HEX triplet: 40, 1A and 12. RGB value is (64,26,18). Sum of RGB (Red+Green+Blue) = 64+26+18=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A12 is #BFE5ED. Grayscale: #242424. Windows color (decimal): -12576238 or 1186368. OLE color: 1186368.
HSL color Cylindrical-coordinate representation of color #401A12: hue angle of 10.43º 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 #401A12 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 26 | 18 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.75 |
| HSL | 10.43º | 0.56% | 0.16% | - |
| HSV(B) | 10.43º | 0.72% | 0.25% | - |
| XYZ | 2.59 | 1.87 | 0.8 | - |
| YUV | 36.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 18 | 0 | 0.59 | 0.72 | 0.75 | 10.43 | 0.56 | 0.16 |
| Hex | 40 | 1A | 12 | 0 | 3B | 48 | 4B | A | 38 | 10 |
| Octal | 100 | 32 | 22 | 0 | 73 | 110 | 113 | 12 | 70 | 20 |
| Binary | 1000000 | 11010 | 10010 | 0 | 111011 | 1001000 | 1001011 | 1010 | 111000 | 10000 |
Color Harmonies of #401A12
Complementary color
Monochromatic Colors of #401A12
Black with #401A12
Text Example
Text Example
White with #401A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A12; }
p { color: rgb(64,26,18); }
H1.HeaderClassName
{
color: #401A12;
}
.AnyTagClassName
{
color: #401A12;
}
</style>
background-color css
<style>
a { background-color: #401A12; }
a { background-color: rgb(64,26,18); }
div.DivClassName
{
background-color: #401A12;
}
.BgClassName
{
background-color: #401A12;
}
</style>
border-color css
<style>
span { border-color: #401A12; }
span { border-color: rgb(64,26,18); }
td.TdClassName
{
border-color: #401A12;
}
.TagClassName
{
border-color: #401A12;
}
</style>