Shades of Brown Pod #41210F
Tints of Brown Pod #41210F
RGB
CMYK
RGB Variations
Color information
#41210F (or 0x41210F) is known color: Brown Pod. HEX triplet: 41, 21 and 0F. RGB value is (65,33,15). Sum of RGB (Red+Green+Blue) = 65+33+15=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41210F is #BEDEF0. Grayscale: #282828. Windows color (decimal): -12508913 or 991553. OLE color: 991553.
HSL color Cylindrical-coordinate representation of color #41210F: hue angle of 21.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41210F is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 15 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.75 |
| HSL | 21.6º | 0.63% | 0.16% | - |
| HSV(B) | 21.6º | 0.77% | 0.25% | - |
| XYZ | 2.81 | 2.25 | 0.74 | - |
| YUV | 40.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 15 | 0 | 0.49 | 0.77 | 0.75 | 21.6 | 0.63 | 0.16 |
| Hex | 41 | 21 | F | 0 | 31 | 4D | 4B | 16 | 3E | 10 |
| Octal | 101 | 41 | 17 | 0 | 61 | 115 | 113 | 26 | 76 | 20 |
| Binary | 1000001 | 100001 | 1111 | 0 | 110001 | 1001101 | 1001011 | 10110 | 111110 | 10000 |
Color Harmonies of #41210F
Complementary color
Monochromatic Colors of #41210F
Black with #41210F
Text Example
Text Example
White with #41210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41210F; }
p { color: rgb(65,33,15); }
H1.HeaderClassName
{
color: #41210F;
}
.AnyTagClassName
{
color: #41210F;
}
</style>
background-color css
<style>
a { background-color: #41210F; }
a { background-color: rgb(65,33,15); }
div.DivClassName
{
background-color: #41210F;
}
.BgClassName
{
background-color: #41210F;
}
</style>
border-color css
<style>
span { border-color: #41210F; }
span { border-color: rgb(65,33,15); }
td.TdClassName
{
border-color: #41210F;
}
.TagClassName
{
border-color: #41210F;
}
</style>