Shades of Brown Pod #41271E
Tints of Brown Pod #41271E
RGB
CMYK
RGB Variations
Color information
#41271E (or 0x41271E) is known color: Brown Pod. HEX triplet: 41, 27 and 1E. RGB value is (65,39,30). Sum of RGB (Red+Green+Blue) = 65+39+30=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271E is #BED8E1. Grayscale: #2D2D2D. Windows color (decimal): -12507362 or 1976129. OLE color: 1976129.
HSL color Cylindrical-coordinate representation of color #41271E: hue angle of 15.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41271E is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 30 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.75 |
| HSL | 15.43º | 0.37% | 0.19% | - |
| HSV(B) | 15.43º | 0.54% | 0.25% | - |
| XYZ | 3.14 | 2.67 | 1.58 | - |
| YUV | 45.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 30 | 0 | 0.40 | 0.54 | 0.75 | 15.43 | 0.37 | 0.19 |
| Hex | 41 | 27 | 1E | 0 | 28 | 36 | 4B | F | 25 | 13 |
| Octal | 101 | 47 | 36 | 0 | 50 | 66 | 113 | 17 | 45 | 23 |
| Binary | 1000001 | 100111 | 11110 | 0 | 101000 | 110110 | 1001011 | 1111 | 100101 | 10011 |
Color Harmonies of #41271E
Complementary color
Monochromatic Colors of #41271E
Black with #41271E
Text Example
Text Example
White with #41271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41271E; }
p { color: rgb(65,39,30); }
H1.HeaderClassName
{
color: #41271E;
}
.AnyTagClassName
{
color: #41271E;
}
</style>
background-color css
<style>
a { background-color: #41271E; }
a { background-color: rgb(65,39,30); }
div.DivClassName
{
background-color: #41271E;
}
.BgClassName
{
background-color: #41271E;
}
</style>
border-color css
<style>
span { border-color: #41271E; }
span { border-color: rgb(65,39,30); }
td.TdClassName
{
border-color: #41271E;
}
.TagClassName
{
border-color: #41271E;
}
</style>