Shades of Brown Pod #41170A
Tints of Brown Pod #41170A
RGB
CMYK
RGB Variations
Color information
#41170A (or 0x41170A) is known color: Brown Pod. HEX triplet: 41, 17 and 0A. RGB value is (65,23,10). Sum of RGB (Red+Green+Blue) = 65+23+10=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41170A is #BEE8F5. Grayscale: #222222. Windows color (decimal): -12511478 or 661313. OLE color: 661313.
HSL color Cylindrical-coordinate representation of color #41170A: hue angle of 14.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41170A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 23 | 10 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.75 |
| HSL | 14.18º | 0.73% | 0.15% | - |
| HSV(B) | 14.18º | 0.85% | 0.25% | - |
| XYZ | 2.54 | 1.76 | 0.49 | - |
| YUV | 34.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 10 | 0 | 0.65 | 0.85 | 0.75 | 14.18 | 0.73 | 0.15 |
| Hex | 41 | 17 | A | 0 | 41 | 55 | 4B | E | 49 | F |
| Octal | 101 | 27 | 12 | 0 | 101 | 125 | 113 | 16 | 111 | 17 |
| Binary | 1000001 | 10111 | 1010 | 0 | 1000001 | 1010101 | 1001011 | 1110 | 1001001 | 1111 |
Color Harmonies of #41170A
Complementary color
Monochromatic Colors of #41170A
Black with #41170A
Text Example
Text Example
White with #41170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41170A; }
p { color: rgb(65,23,10); }
H1.HeaderClassName
{
color: #41170A;
}
.AnyTagClassName
{
color: #41170A;
}
</style>
background-color css
<style>
a { background-color: #41170A; }
a { background-color: rgb(65,23,10); }
div.DivClassName
{
background-color: #41170A;
}
.BgClassName
{
background-color: #41170A;
}
</style>
border-color css
<style>
span { border-color: #41170A; }
span { border-color: rgb(65,23,10); }
td.TdClassName
{
border-color: #41170A;
}
.TagClassName
{
border-color: #41170A;
}
</style>