Shades of Brown Pod #412013
Tints of Brown Pod #412013
RGB
CMYK
RGB Variations
Color information
#412013 (or 0x412013) is known color: Brown Pod. HEX triplet: 41, 20 and 13. RGB value is (65,32,19). Sum of RGB (Red+Green+Blue) = 65+32+19=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412013 is #BEDFEC. Grayscale: #282828. Windows color (decimal): -12509165 or 1253441. OLE color: 1253441.
HSL color Cylindrical-coordinate representation of color #412013: hue angle of 16.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412013 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 19 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.75 |
| HSL | 16.96º | 0.55% | 0.16% | - |
| HSV(B) | 16.96º | 0.71% | 0.25% | - |
| XYZ | 2.81 | 2.2 | 0.89 | - |
| YUV | 40.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 19 | 0 | 0.51 | 0.71 | 0.75 | 16.96 | 0.55 | 0.16 |
| Hex | 41 | 20 | 13 | 0 | 33 | 47 | 4B | 11 | 37 | 10 |
| Octal | 101 | 40 | 23 | 0 | 63 | 107 | 113 | 21 | 67 | 20 |
| Binary | 1000001 | 100000 | 10011 | 0 | 110011 | 1000111 | 1001011 | 10001 | 110111 | 10000 |
Color Harmonies of #412013
Complementary color
Monochromatic Colors of #412013
Black with #412013
Text Example
Text Example
White with #412013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412013; }
p { color: rgb(65,32,19); }
H1.HeaderClassName
{
color: #412013;
}
.AnyTagClassName
{
color: #412013;
}
</style>
background-color css
<style>
a { background-color: #412013; }
a { background-color: rgb(65,32,19); }
div.DivClassName
{
background-color: #412013;
}
.BgClassName
{
background-color: #412013;
}
</style>
border-color css
<style>
span { border-color: #412013; }
span { border-color: rgb(65,32,19); }
td.TdClassName
{
border-color: #412013;
}
.TagClassName
{
border-color: #412013;
}
</style>