Shades of Brown Pod #412218
Tints of Brown Pod #412218
RGB
CMYK
RGB Variations
Color information
#412218 (or 0x412218) is known color: Brown Pod. HEX triplet: 41, 22 and 18. RGB value is (65,34,24). Sum of RGB (Red+Green+Blue) = 65+34+24=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412218 is #BEDDE7. Grayscale: #2A2A2A. Windows color (decimal): -12508648 or 1581633. OLE color: 1581633.
HSL color Cylindrical-coordinate representation of color #412218: hue angle of 14.63º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412218 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 24 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.75 |
| HSL | 14.63º | 0.46% | 0.17% | - |
| HSV(B) | 14.63º | 0.63% | 0.25% | - |
| XYZ | 2.92 | 2.33 | 1.16 | - |
| YUV | 42.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 24 | 0 | 0.48 | 0.63 | 0.75 | 14.63 | 0.46 | 0.17 |
| Hex | 41 | 22 | 18 | 0 | 30 | 3F | 4B | F | 2E | 11 |
| Octal | 101 | 42 | 30 | 0 | 60 | 77 | 113 | 17 | 56 | 21 |
| Binary | 1000001 | 100010 | 11000 | 0 | 110000 | 111111 | 1001011 | 1111 | 101110 | 10001 |
Color Harmonies of #412218
Complementary color
Monochromatic Colors of #412218
Black with #412218
Text Example
Text Example
White with #412218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412218; }
p { color: rgb(65,34,24); }
H1.HeaderClassName
{
color: #412218;
}
.AnyTagClassName
{
color: #412218;
}
</style>
background-color css
<style>
a { background-color: #412218; }
a { background-color: rgb(65,34,24); }
div.DivClassName
{
background-color: #412218;
}
.BgClassName
{
background-color: #412218;
}
</style>
border-color css
<style>
span { border-color: #412218; }
span { border-color: rgb(65,34,24); }
td.TdClassName
{
border-color: #412218;
}
.TagClassName
{
border-color: #412218;
}
</style>