Shades of Livid Brown #412523
Tints of Livid Brown #412523
RGB
CMYK
RGB Variations
Color information
#412523 (or 0x412523) is known color: Livid Brown. HEX triplet: 41, 25 and 23. RGB value is (65,37,35). Sum of RGB (Red+Green+Blue) = 65+37+35=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412523 is #BEDADC. Grayscale: #2D2D2D. Windows color (decimal): -12507869 or 2303297. OLE color: 2303297.
HSL color Cylindrical-coordinate representation of color #412523: hue angle of 4º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412523 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 37 | 35 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.75 |
| HSL | 4º | 0.3% | 0.2% | - |
| HSV(B) | 4º | 0.46% | 0.25% | - |
| XYZ | 3.14 | 2.57 | 1.92 | - |
| YUV | 45.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 35 | 0 | 0.43 | 0.46 | 0.75 | 4 | 0.3 | 0.2 |
| Hex | 41 | 25 | 23 | 0 | 2B | 2E | 4B | 4 | 1E | 14 |
| Octal | 101 | 45 | 43 | 0 | 53 | 56 | 113 | 4 | 36 | 24 |
| Binary | 1000001 | 100101 | 100011 | 0 | 101011 | 101110 | 1001011 | 100 | 11110 | 10100 |
Color Harmonies of #412523
Complementary color
Monochromatic Colors of #412523
Black with #412523
Text Example
Text Example
White with #412523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412523; }
p { color: rgb(65,37,35); }
H1.HeaderClassName
{
color: #412523;
}
.AnyTagClassName
{
color: #412523;
}
</style>
background-color css
<style>
a { background-color: #412523; }
a { background-color: rgb(65,37,35); }
div.DivClassName
{
background-color: #412523;
}
.BgClassName
{
background-color: #412523;
}
</style>
border-color css
<style>
span { border-color: #412523; }
span { border-color: rgb(65,37,35); }
td.TdClassName
{
border-color: #412523;
}
.TagClassName
{
border-color: #412523;
}
</style>