Shades of Brown Pod #412616
Tints of Brown Pod #412616
RGB
CMYK
RGB Variations
Color information
#412616 (or 0x412616) is known color: Brown Pod. HEX triplet: 41, 26 and 16. RGB value is (65,38,22). Sum of RGB (Red+Green+Blue) = 65+38+22=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412616 is #BED9E9. Grayscale: #2C2C2C. Windows color (decimal): -12507626 or 1451585. OLE color: 1451585.
HSL color Cylindrical-coordinate representation of color #412616: hue angle of 22.33º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412616 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 38 | 22 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.75 |
| HSL | 22.33º | 0.49% | 0.17% | - |
| HSV(B) | 22.33º | 0.66% | 0.25% | - |
| XYZ | 3.02 | 2.57 | 1.1 | - |
| YUV | 44.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 22 | 0 | 0.42 | 0.66 | 0.75 | 22.33 | 0.49 | 0.17 |
| Hex | 41 | 26 | 16 | 0 | 2A | 42 | 4B | 16 | 31 | 11 |
| Octal | 101 | 46 | 26 | 0 | 52 | 102 | 113 | 26 | 61 | 21 |
| Binary | 1000001 | 100110 | 10110 | 0 | 101010 | 1000010 | 1001011 | 10110 | 110001 | 10001 |
Color Harmonies of #412616
Complementary color
Monochromatic Colors of #412616
Black with #412616
Text Example
Text Example
White with #412616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412616; }
p { color: rgb(65,38,22); }
H1.HeaderClassName
{
color: #412616;
}
.AnyTagClassName
{
color: #412616;
}
</style>
background-color css
<style>
a { background-color: #412616; }
a { background-color: rgb(65,38,22); }
div.DivClassName
{
background-color: #412616;
}
.BgClassName
{
background-color: #412616;
}
</style>
border-color css
<style>
span { border-color: #412616; }
span { border-color: rgb(65,38,22); }
td.TdClassName
{
border-color: #412616;
}
.TagClassName
{
border-color: #412616;
}
</style>