Shades of Brown Pod #41200C
Tints of Brown Pod #41200C
RGB
CMYK
RGB Variations
Color information
#41200C (or 0x41200C) is known color: Brown Pod. HEX triplet: 41, 20 and 0C. RGB value is (65,32,12). Sum of RGB (Red+Green+Blue) = 65+32+12=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41200C is #BEDFF3. Grayscale: #272727. Windows color (decimal): -12509172 or 794689. OLE color: 794689.
HSL color Cylindrical-coordinate representation of color #41200C: hue angle of 22.64º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41200C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 12 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.75 |
| HSL | 22.64º | 0.69% | 0.15% | - |
| HSV(B) | 22.64º | 0.82% | 0.25% | - |
| XYZ | 2.76 | 2.18 | 0.62 | - |
| YUV | 39.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 12 | 0 | 0.51 | 0.82 | 0.75 | 22.64 | 0.69 | 0.15 |
| Hex | 41 | 20 | C | 0 | 33 | 52 | 4B | 17 | 45 | F |
| Octal | 101 | 40 | 14 | 0 | 63 | 122 | 113 | 27 | 105 | 17 |
| Binary | 1000001 | 100000 | 1100 | 0 | 110011 | 1010010 | 1001011 | 10111 | 1000101 | 1111 |
Color Harmonies of #41200C
Complementary color
Monochromatic Colors of #41200C
Black with #41200C
Text Example
Text Example
White with #41200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41200C; }
p { color: rgb(65,32,12); }
H1.HeaderClassName
{
color: #41200C;
}
.AnyTagClassName
{
color: #41200C;
}
</style>
background-color css
<style>
a { background-color: #41200C; }
a { background-color: rgb(65,32,12); }
div.DivClassName
{
background-color: #41200C;
}
.BgClassName
{
background-color: #41200C;
}
</style>
border-color css
<style>
span { border-color: #41200C; }
span { border-color: rgb(65,32,12); }
td.TdClassName
{
border-color: #41200C;
}
.TagClassName
{
border-color: #41200C;
}
</style>