Shades of Brown Pod #412517
Tints of Brown Pod #412517
RGB
CMYK
RGB Variations
Color information
#412517 (or 0x412517) is known color: Brown Pod. HEX triplet: 41, 25 and 17. RGB value is (65,37,23). Sum of RGB (Red+Green+Blue) = 65+37+23=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412517 is #BEDAE8. Grayscale: #2B2B2B. Windows color (decimal): -12507881 or 1516865. OLE color: 1516865.
HSL color Cylindrical-coordinate representation of color #412517: hue angle of 20º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412517 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 23 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.75 |
| HSL | 20º | 0.48% | 0.17% | - |
| HSV(B) | 20º | 0.65% | 0.25% | - |
| XYZ | 3 | 2.51 | 1.14 | - |
| YUV | 43.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 23 | 0 | 0.43 | 0.65 | 0.75 | 20 | 0.48 | 0.17 |
| Hex | 41 | 25 | 17 | 0 | 2B | 41 | 4B | 14 | 30 | 11 |
| Octal | 101 | 45 | 27 | 0 | 53 | 101 | 113 | 24 | 60 | 21 |
| Binary | 1000001 | 100101 | 10111 | 0 | 101011 | 1000001 | 1001011 | 10100 | 110000 | 10001 |
Color Harmonies of #412517
Complementary color
Monochromatic Colors of #412517
Black with #412517
Text Example
Text Example
White with #412517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412517; }
p { color: rgb(65,37,23); }
H1.HeaderClassName
{
color: #412517;
}
.AnyTagClassName
{
color: #412517;
}
</style>
background-color css
<style>
a { background-color: #412517; }
a { background-color: rgb(65,37,23); }
div.DivClassName
{
background-color: #412517;
}
.BgClassName
{
background-color: #412517;
}
</style>
border-color css
<style>
span { border-color: #412517; }
span { border-color: rgb(65,37,23); }
td.TdClassName
{
border-color: #412517;
}
.TagClassName
{
border-color: #412517;
}
</style>