Shades of Brown Pod #41201B
Tints of Brown Pod #41201B
RGB
CMYK
RGB Variations
Color information
#41201B (or 0x41201B) is known color: Brown Pod. HEX triplet: 41, 20 and 1B. RGB value is (65,32,27). Sum of RGB (Red+Green+Blue) = 65+32+27=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #41201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201B is #BEDFE4. Grayscale: #292929. Windows color (decimal): -12509157 or 1777729. OLE color: 1777729.
HSL color Cylindrical-coordinate representation of color #41201B: hue angle of 7.89º 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 #41201B is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 27 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.75 |
| HSL | 7.89º | 0.41% | 0.18% | - |
| HSV(B) | 7.89º | 0.58% | 0.25% | - |
| XYZ | 2.89 | 2.24 | 1.32 | - |
| YUV | 41.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 27 | 0 | 0.51 | 0.58 | 0.75 | 7.89 | 0.41 | 0.18 |
| Hex | 41 | 20 | 1B | 0 | 33 | 3A | 4B | 8 | 29 | 12 |
| Octal | 101 | 40 | 33 | 0 | 63 | 72 | 113 | 10 | 51 | 22 |
| Binary | 1000001 | 100000 | 11011 | 0 | 110011 | 111010 | 1001011 | 1000 | 101001 | 10010 |
Color Harmonies of #41201B
Complementary color
Monochromatic Colors of #41201B
Black with #41201B
Text Example
Text Example
White with #41201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41201B; }
p { color: rgb(65,32,27); }
H1.HeaderClassName
{
color: #41201B;
}
.AnyTagClassName
{
color: #41201B;
}
</style>
background-color css
<style>
a { background-color: #41201B; }
a { background-color: rgb(65,32,27); }
div.DivClassName
{
background-color: #41201B;
}
.BgClassName
{
background-color: #41201B;
}
</style>
border-color css
<style>
span { border-color: #41201B; }
span { border-color: rgb(65,32,27); }
td.TdClassName
{
border-color: #41201B;
}
.TagClassName
{
border-color: #41201B;
}
</style>