Shades of Brown Pod #412621
Tints of Brown Pod #412621
RGB
CMYK
RGB Variations
Color information
#412621 (or 0x412621) is known color: Brown Pod. HEX triplet: 41, 26 and 21. RGB value is (65,38,33). Sum of RGB (Red+Green+Blue) = 65+38+33=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412621 is #BED9DE. Grayscale: #2D2D2D. Windows color (decimal): -12507615 or 2172481. OLE color: 2172481.
HSL color Cylindrical-coordinate representation of color #412621: hue angle of 9.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412621 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 38 | 33 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.75 |
| HSL | 9.38º | 0.33% | 0.19% | - |
| HSV(B) | 9.38º | 0.49% | 0.25% | - |
| XYZ | 3.15 | 2.62 | 1.78 | - |
| YUV | 45.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 33 | 0 | 0.42 | 0.49 | 0.75 | 9.38 | 0.33 | 0.19 |
| Hex | 41 | 26 | 21 | 0 | 2A | 31 | 4B | 9 | 21 | 13 |
| Octal | 101 | 46 | 41 | 0 | 52 | 61 | 113 | 11 | 41 | 23 |
| Binary | 1000001 | 100110 | 100001 | 0 | 101010 | 110001 | 1001011 | 1001 | 100001 | 10011 |
Color Harmonies of #412621
Complementary color
Monochromatic Colors of #412621
Black with #412621
Text Example
Text Example
White with #412621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412621; }
p { color: rgb(65,38,33); }
H1.HeaderClassName
{
color: #412621;
}
.AnyTagClassName
{
color: #412621;
}
</style>
background-color css
<style>
a { background-color: #412621; }
a { background-color: rgb(65,38,33); }
div.DivClassName
{
background-color: #412621;
}
.BgClassName
{
background-color: #412621;
}
</style>
border-color css
<style>
span { border-color: #412621; }
span { border-color: rgb(65,38,33); }
td.TdClassName
{
border-color: #412621;
}
.TagClassName
{
border-color: #412621;
}
</style>