Shades of Brown Pod #412314
Tints of Brown Pod #412314
RGB
CMYK
RGB Variations
Color information
#412314 (or 0x412314) is known color: Brown Pod. HEX triplet: 41, 23 and 14. RGB value is (65,35,20). Sum of RGB (Red+Green+Blue) = 65+35+20=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #412314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412314 is #BEDCEB. Grayscale: #2A2A2A. Windows color (decimal): -12508396 or 1319745. OLE color: 1319745.
HSL color Cylindrical-coordinate representation of color #412314: hue angle of 20º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412314 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 20 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.75 |
| HSL | 20º | 0.53% | 0.17% | - |
| HSV(B) | 20º | 0.69% | 0.25% | - |
| XYZ | 2.91 | 2.38 | 0.97 | - |
| YUV | 42.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 20 | 0 | 0.46 | 0.69 | 0.75 | 20 | 0.53 | 0.17 |
| Hex | 41 | 23 | 14 | 0 | 2E | 45 | 4B | 14 | 35 | 11 |
| Octal | 101 | 43 | 24 | 0 | 56 | 105 | 113 | 24 | 65 | 21 |
| Binary | 1000001 | 100011 | 10100 | 0 | 101110 | 1000101 | 1001011 | 10100 | 110101 | 10001 |
Color Harmonies of #412314
Complementary color
Monochromatic Colors of #412314
Black with #412314
Text Example
Text Example
White with #412314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412314; }
p { color: rgb(65,35,20); }
H1.HeaderClassName
{
color: #412314;
}
.AnyTagClassName
{
color: #412314;
}
</style>
background-color css
<style>
a { background-color: #412314; }
a { background-color: rgb(65,35,20); }
div.DivClassName
{
background-color: #412314;
}
.BgClassName
{
background-color: #412314;
}
</style>
border-color css
<style>
span { border-color: #412314; }
span { border-color: rgb(65,35,20); }
td.TdClassName
{
border-color: #412314;
}
.TagClassName
{
border-color: #412314;
}
</style>