Shades of Brown Pod #41221B
Tints of Brown Pod #41221B
RGB
CMYK
RGB Variations
Color information
#41221B (or 0x41221B) is known color: Brown Pod. HEX triplet: 41, 22 and 1B. RGB value is (65,34,27). Sum of RGB (Red+Green+Blue) = 65+34+27=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41221B is #BEDDE4. Grayscale: #2A2A2A. Windows color (decimal): -12508645 or 1778241. OLE color: 1778241.
HSL color Cylindrical-coordinate representation of color #41221B: hue angle of 11.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41221B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 27 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.75 |
| HSL | 11.05º | 0.41% | 0.18% | - |
| HSV(B) | 11.05º | 0.58% | 0.25% | - |
| XYZ | 2.95 | 2.35 | 1.33 | - |
| YUV | 42.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 27 | 0 | 0.48 | 0.58 | 0.75 | 11.05 | 0.41 | 0.18 |
| Hex | 41 | 22 | 1B | 0 | 30 | 3A | 4B | B | 29 | 12 |
| Octal | 101 | 42 | 33 | 0 | 60 | 72 | 113 | 13 | 51 | 22 |
| Binary | 1000001 | 100010 | 11011 | 0 | 110000 | 111010 | 1001011 | 1011 | 101001 | 10010 |
Color Harmonies of #41221B
Complementary color
Monochromatic Colors of #41221B
Black with #41221B
Text Example
Text Example
White with #41221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41221B; }
p { color: rgb(65,34,27); }
H1.HeaderClassName
{
color: #41221B;
}
.AnyTagClassName
{
color: #41221B;
}
</style>
background-color css
<style>
a { background-color: #41221B; }
a { background-color: rgb(65,34,27); }
div.DivClassName
{
background-color: #41221B;
}
.BgClassName
{
background-color: #41221B;
}
</style>
border-color css
<style>
span { border-color: #41221B; }
span { border-color: rgb(65,34,27); }
td.TdClassName
{
border-color: #41221B;
}
.TagClassName
{
border-color: #41221B;
}
</style>