Shades of Brown Pod #412413
Tints of Brown Pod #412413
RGB
CMYK
RGB Variations
Color information
#412413 (or 0x412413) is known color: Brown Pod. HEX triplet: 41, 24 and 13. RGB value is (65,36,19). Sum of RGB (Red+Green+Blue) = 65+36+19=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412413 is #BEDBEC. Grayscale: #2A2A2A. Windows color (decimal): -12508141 or 1254465. OLE color: 1254465.
HSL color Cylindrical-coordinate representation of color #412413: hue angle of 22.17º 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 #412413 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 19 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.75 |
| HSL | 22.17º | 0.55% | 0.16% | - |
| HSV(B) | 22.17º | 0.71% | 0.25% | - |
| XYZ | 2.93 | 2.43 | 0.93 | - |
| YUV | 42.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 19 | 0 | 0.45 | 0.71 | 0.75 | 22.17 | 0.55 | 0.16 |
| Hex | 41 | 24 | 13 | 0 | 2D | 47 | 4B | 16 | 37 | 10 |
| Octal | 101 | 44 | 23 | 0 | 55 | 107 | 113 | 26 | 67 | 20 |
| Binary | 1000001 | 100100 | 10011 | 0 | 101101 | 1000111 | 1001011 | 10110 | 110111 | 10000 |
Color Harmonies of #412413
Complementary color
Monochromatic Colors of #412413
Black with #412413
Text Example
Text Example
White with #412413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412413; }
p { color: rgb(65,36,19); }
H1.HeaderClassName
{
color: #412413;
}
.AnyTagClassName
{
color: #412413;
}
</style>
background-color css
<style>
a { background-color: #412413; }
a { background-color: rgb(65,36,19); }
div.DivClassName
{
background-color: #412413;
}
.BgClassName
{
background-color: #412413;
}
</style>
border-color css
<style>
span { border-color: #412413; }
span { border-color: rgb(65,36,19); }
td.TdClassName
{
border-color: #412413;
}
.TagClassName
{
border-color: #412413;
}
</style>