Shades of Brown Pod #41221C
Tints of Brown Pod #41221C
RGB
CMYK
RGB Variations
Color information
#41221C (or 0x41221C) is known color: Brown Pod. HEX triplet: 41, 22 and 1C. RGB value is (65,34,28). Sum of RGB (Red+Green+Blue) = 65+34+28=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221C is #BEDDE3. Grayscale: #2A2A2A. Windows color (decimal): -12508644 or 1843777. OLE color: 1843777.
HSL color Cylindrical-coordinate representation of color #41221C: hue angle of 9.73º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41221C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 28 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.75 |
| HSL | 9.73º | 0.4% | 0.18% | - |
| HSV(B) | 9.73º | 0.57% | 0.25% | - |
| XYZ | 2.96 | 2.35 | 1.4 | - |
| YUV | 42.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 28 | 0 | 0.48 | 0.57 | 0.75 | 9.73 | 0.4 | 0.18 |
| Hex | 41 | 22 | 1C | 0 | 30 | 39 | 4B | A | 28 | 12 |
| Octal | 101 | 42 | 34 | 0 | 60 | 71 | 113 | 12 | 50 | 22 |
| Binary | 1000001 | 100010 | 11100 | 0 | 110000 | 111001 | 1001011 | 1010 | 101000 | 10010 |
Color Harmonies of #41221C
Complementary color
Monochromatic Colors of #41221C
Black with #41221C
Text Example
Text Example
White with #41221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41221C; }
p { color: rgb(65,34,28); }
H1.HeaderClassName
{
color: #41221C;
}
.AnyTagClassName
{
color: #41221C;
}
</style>
background-color css
<style>
a { background-color: #41221C; }
a { background-color: rgb(65,34,28); }
div.DivClassName
{
background-color: #41221C;
}
.BgClassName
{
background-color: #41221C;
}
</style>
border-color css
<style>
span { border-color: #41221C; }
span { border-color: rgb(65,34,28); }
td.TdClassName
{
border-color: #41221C;
}
.TagClassName
{
border-color: #41221C;
}
</style>