Shades of Brown Pod #41271C
Tints of Brown Pod #41271C
RGB
CMYK
RGB Variations
Color information
#41271C (or 0x41271C) is known color: Brown Pod. HEX triplet: 41, 27 and 1C. RGB value is (65,39,28). Sum of RGB (Red+Green+Blue) = 65+39+28=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41271C is #BED8E3. Grayscale: #2D2D2D. Windows color (decimal): -12507364 or 1845057. OLE color: 1845057.
HSL color Cylindrical-coordinate representation of color #41271C: hue angle of 17.84º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41271C is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 28 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.75 |
| HSL | 17.84º | 0.4% | 0.18% | - |
| HSV(B) | 17.84º | 0.57% | 0.25% | - |
| XYZ | 3.12 | 2.66 | 1.45 | - |
| YUV | 45.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 28 | 0 | 0.40 | 0.57 | 0.75 | 17.84 | 0.4 | 0.18 |
| Hex | 41 | 27 | 1C | 0 | 28 | 39 | 4B | 12 | 28 | 12 |
| Octal | 101 | 47 | 34 | 0 | 50 | 71 | 113 | 22 | 50 | 22 |
| Binary | 1000001 | 100111 | 11100 | 0 | 101000 | 111001 | 1001011 | 10010 | 101000 | 10010 |
Color Harmonies of #41271C
Complementary color
Monochromatic Colors of #41271C
Black with #41271C
Text Example
Text Example
White with #41271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41271C; }
p { color: rgb(65,39,28); }
H1.HeaderClassName
{
color: #41271C;
}
.AnyTagClassName
{
color: #41271C;
}
</style>
background-color css
<style>
a { background-color: #41271C; }
a { background-color: rgb(65,39,28); }
div.DivClassName
{
background-color: #41271C;
}
.BgClassName
{
background-color: #41271C;
}
</style>
border-color css
<style>
span { border-color: #41271C; }
span { border-color: rgb(65,39,28); }
td.TdClassName
{
border-color: #41271C;
}
.TagClassName
{
border-color: #41271C;
}
</style>