Shades of Brown Pod #412009
Tints of Brown Pod #412009
RGB
CMYK
RGB Variations
Color information
#412009 (or 0x412009) is known color: Brown Pod. HEX triplet: 41, 20 and 09. RGB value is (65,32,9). Sum of RGB (Red+Green+Blue) = 65+32+9=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412009 is #BEDFF6. Grayscale: #272727. Windows color (decimal): -12509175 or 598081. OLE color: 598081.
HSL color Cylindrical-coordinate representation of color #412009: hue angle of 24.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412009 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 9 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.75 |
| HSL | 24.64º | 0.76% | 0.15% | - |
| HSV(B) | 24.64º | 0.86% | 0.25% | - |
| XYZ | 2.75 | 2.18 | 0.53 | - |
| YUV | 39.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 9 | 0 | 0.51 | 0.86 | 0.75 | 24.64 | 0.76 | 0.15 |
| Hex | 41 | 20 | 9 | 0 | 33 | 56 | 4B | 19 | 4C | F |
| Octal | 101 | 40 | 11 | 0 | 63 | 126 | 113 | 31 | 114 | 17 |
| Binary | 1000001 | 100000 | 1001 | 0 | 110011 | 1010110 | 1001011 | 11001 | 1001100 | 1111 |
Color Harmonies of #412009
Complementary color
Monochromatic Colors of #412009
Black with #412009
Text Example
Text Example
White with #412009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412009; }
p { color: rgb(65,32,9); }
H1.HeaderClassName
{
color: #412009;
}
.AnyTagClassName
{
color: #412009;
}
</style>
background-color css
<style>
a { background-color: #412009; }
a { background-color: rgb(65,32,9); }
div.DivClassName
{
background-color: #412009;
}
.BgClassName
{
background-color: #412009;
}
</style>
border-color css
<style>
span { border-color: #412009; }
span { border-color: rgb(65,32,9); }
td.TdClassName
{
border-color: #412009;
}
.TagClassName
{
border-color: #412009;
}
</style>