Shades of Brown Pod #412319
Tints of Brown Pod #412319
RGB
CMYK
RGB Variations
Color information
#412319 (or 0x412319) is known color: Brown Pod. HEX triplet: 41, 23 and 19. RGB value is (65,35,25). Sum of RGB (Red+Green+Blue) = 65+35+25=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412319 is #BEDCE6. Grayscale: #2A2A2A. Windows color (decimal): -12508391 or 1647425. OLE color: 1647425.
HSL color Cylindrical-coordinate representation of color #412319: hue angle of 15º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412319 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 25 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.75 |
| HSL | 15º | 0.44% | 0.18% | - |
| HSV(B) | 15º | 0.62% | 0.25% | - |
| XYZ | 2.96 | 2.4 | 1.23 | - |
| YUV | 42.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 25 | 0 | 0.46 | 0.62 | 0.75 | 15 | 0.44 | 0.18 |
| Hex | 41 | 23 | 19 | 0 | 2E | 3E | 4B | F | 2C | 12 |
| Octal | 101 | 43 | 31 | 0 | 56 | 76 | 113 | 17 | 54 | 22 |
| Binary | 1000001 | 100011 | 11001 | 0 | 101110 | 111110 | 1001011 | 1111 | 101100 | 10010 |
Color Harmonies of #412319
Complementary color
Monochromatic Colors of #412319
Black with #412319
Text Example
Text Example
White with #412319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412319; }
p { color: rgb(65,35,25); }
H1.HeaderClassName
{
color: #412319;
}
.AnyTagClassName
{
color: #412319;
}
</style>
background-color css
<style>
a { background-color: #412319; }
a { background-color: rgb(65,35,25); }
div.DivClassName
{
background-color: #412319;
}
.BgClassName
{
background-color: #412319;
}
</style>
border-color css
<style>
span { border-color: #412319; }
span { border-color: rgb(65,35,25); }
td.TdClassName
{
border-color: #412319;
}
.TagClassName
{
border-color: #412319;
}
</style>