Shades of Livid Brown #412625
Tints of Livid Brown #412625
RGB
CMYK
RGB Variations
Color information
#412625 (or 0x412625) is known color: Livid Brown. HEX triplet: 41, 26 and 25. RGB value is (65,38,37). Sum of RGB (Red+Green+Blue) = 65+38+37=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #412625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412625 is #BED9DA. Grayscale: #2D2D2D. Windows color (decimal): -12507611 or 2434625. OLE color: 2434625.
HSL color Cylindrical-coordinate representation of color #412625: hue angle of 2.14º 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 #412625 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 38 | 37 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.75 |
| HSL | 2.14º | 0.27% | 0.2% | - |
| HSV(B) | 2.14º | 0.43% | 0.25% | - |
| XYZ | 3.21 | 2.64 | 2.09 | - |
| YUV | 45.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 37 | 0 | 0.42 | 0.43 | 0.75 | 2.14 | 0.27 | 0.2 |
| Hex | 41 | 26 | 25 | 0 | 2A | 2B | 4B | 2 | 1B | 14 |
| Octal | 101 | 46 | 45 | 0 | 52 | 53 | 113 | 2 | 33 | 24 |
| Binary | 1000001 | 100110 | 100101 | 0 | 101010 | 101011 | 1001011 | 10 | 11011 | 10100 |
Color Harmonies of #412625
Complementary color
Monochromatic Colors of #412625
Black with #412625
Text Example
Text Example
White with #412625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412625; }
p { color: rgb(65,38,37); }
H1.HeaderClassName
{
color: #412625;
}
.AnyTagClassName
{
color: #412625;
}
</style>
background-color css
<style>
a { background-color: #412625; }
a { background-color: rgb(65,38,37); }
div.DivClassName
{
background-color: #412625;
}
.BgClassName
{
background-color: #412625;
}
</style>
border-color css
<style>
span { border-color: #412625; }
span { border-color: rgb(65,38,37); }
td.TdClassName
{
border-color: #412625;
}
.TagClassName
{
border-color: #412625;
}
</style>