Shades of Livid Brown #412825
Tints of Livid Brown #412825
RGB
CMYK
RGB Variations
Color information
#412825 (or 0x412825) is known color: Livid Brown. HEX triplet: 41, 28 and 25. RGB value is (65,40,37). Sum of RGB (Red+Green+Blue) = 65+40+37=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412825 is #BED7DA. Grayscale: #2F2F2F. Windows color (decimal): -12507099 or 2435137. OLE color: 2435137.
HSL color Cylindrical-coordinate representation of color #412825: hue angle of 6.43º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #412825 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 40 | 37 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.75 |
| HSL | 6.43º | 0.27% | 0.2% | - |
| HSV(B) | 6.43º | 0.43% | 0.25% | - |
| XYZ | 3.27 | 2.77 | 2.11 | - |
| YUV | 47.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 37 | 0 | 0.38 | 0.43 | 0.75 | 6.43 | 0.27 | 0.2 |
| Hex | 41 | 28 | 25 | 0 | 26 | 2B | 4B | 6 | 1B | 14 |
| Octal | 101 | 50 | 45 | 0 | 46 | 53 | 113 | 6 | 33 | 24 |
| Binary | 1000001 | 101000 | 100101 | 0 | 100110 | 101011 | 1001011 | 110 | 11011 | 10100 |
Color Harmonies of #412825
Complementary color
Monochromatic Colors of #412825
Black with #412825
Text Example
Text Example
White with #412825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412825; }
p { color: rgb(65,40,37); }
H1.HeaderClassName
{
color: #412825;
}
.AnyTagClassName
{
color: #412825;
}
</style>
background-color css
<style>
a { background-color: #412825; }
a { background-color: rgb(65,40,37); }
div.DivClassName
{
background-color: #412825;
}
.BgClassName
{
background-color: #412825;
}
</style>
border-color css
<style>
span { border-color: #412825; }
span { border-color: rgb(65,40,37); }
td.TdClassName
{
border-color: #412825;
}
.TagClassName
{
border-color: #412825;
}
</style>