Shades of Brown Pod #41190D
Tints of Brown Pod #41190D
RGB
CMYK
RGB Variations
Color information
#41190D (or 0x41190D) is known color: Brown Pod. HEX triplet: 41, 19 and 0D. RGB value is (65,25,13). Sum of RGB (Red+Green+Blue) = 65+25+13=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #41190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41190D is #BEE6F2. Grayscale: #232323. Windows color (decimal): -12510963 or 858433. OLE color: 858433.
HSL color Cylindrical-coordinate representation of color #41190D: hue angle of 13.85º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41190D is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 13 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.75 |
| HSL | 13.85º | 0.67% | 0.15% | - |
| HSV(B) | 13.85º | 0.8% | 0.25% | - |
| XYZ | 2.6 | 1.85 | 0.6 | - |
| YUV | 35.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 13 | 0 | 0.62 | 0.80 | 0.75 | 13.85 | 0.67 | 0.15 |
| Hex | 41 | 19 | D | 0 | 3E | 50 | 4B | E | 43 | F |
| Octal | 101 | 31 | 15 | 0 | 76 | 120 | 113 | 16 | 103 | 17 |
| Binary | 1000001 | 11001 | 1101 | 0 | 111110 | 1010000 | 1001011 | 1110 | 1000011 | 1111 |
Color Harmonies of #41190D
Complementary color
Monochromatic Colors of #41190D
Black with #41190D
Text Example
Text Example
White with #41190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41190D; }
p { color: rgb(65,25,13); }
H1.HeaderClassName
{
color: #41190D;
}
.AnyTagClassName
{
color: #41190D;
}
</style>
background-color css
<style>
a { background-color: #41190D; }
a { background-color: rgb(65,25,13); }
div.DivClassName
{
background-color: #41190D;
}
.BgClassName
{
background-color: #41190D;
}
</style>
border-color css
<style>
span { border-color: #41190D; }
span { border-color: rgb(65,25,13); }
td.TdClassName
{
border-color: #41190D;
}
.TagClassName
{
border-color: #41190D;
}
</style>