Shades of Brown Pod #41220A
Tints of Brown Pod #41220A
RGB
CMYK
RGB Variations
Color information
#41220A (or 0x41220A) is known color: Brown Pod. HEX triplet: 41, 22 and 0A. RGB value is (65,34,10). Sum of RGB (Red+Green+Blue) = 65+34+10=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41220A is #BEDDF5. Grayscale: #282828. Windows color (decimal): -12508662 or 664129. OLE color: 664129.
HSL color Cylindrical-coordinate representation of color #41220A: hue angle of 26.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41220A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 10 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.75 |
| HSL | 26.18º | 0.73% | 0.15% | - |
| HSV(B) | 26.18º | 0.85% | 0.25% | - |
| XYZ | 2.81 | 2.29 | 0.58 | - |
| YUV | 40.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 10 | 0 | 0.48 | 0.85 | 0.75 | 26.18 | 0.73 | 0.15 |
| Hex | 41 | 22 | A | 0 | 30 | 55 | 4B | 1A | 49 | F |
| Octal | 101 | 42 | 12 | 0 | 60 | 125 | 113 | 32 | 111 | 17 |
| Binary | 1000001 | 100010 | 1010 | 0 | 110000 | 1010101 | 1001011 | 11010 | 1001001 | 1111 |
Color Harmonies of #41220A
Complementary color
Monochromatic Colors of #41220A
Black with #41220A
Text Example
Text Example
White with #41220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41220A; }
p { color: rgb(65,34,10); }
H1.HeaderClassName
{
color: #41220A;
}
.AnyTagClassName
{
color: #41220A;
}
</style>
background-color css
<style>
a { background-color: #41220A; }
a { background-color: rgb(65,34,10); }
div.DivClassName
{
background-color: #41220A;
}
.BgClassName
{
background-color: #41220A;
}
</style>
border-color css
<style>
span { border-color: #41220A; }
span { border-color: rgb(65,34,10); }
td.TdClassName
{
border-color: #41220A;
}
.TagClassName
{
border-color: #41220A;
}
</style>