Shades of Livid Brown #402625
Tints of Livid Brown #402625
RGB
CMYK
RGB Variations
Color information
#402625 (or 0x402625) is known color: Livid Brown. HEX triplet: 40, 26 and 25. RGB value is (64,38,37). Sum of RGB (Red+Green+Blue) = 64+38+37=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #402625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402625 is #BFD9DA. Grayscale: #2D2D2D. Windows color (decimal): -12573147 or 2434624. OLE color: 2434624.
HSL color Cylindrical-coordinate representation of color #402625: hue angle of 2.22º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #402625 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 37 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.75 |
| HSL | 2.22º | 0.27% | 0.2% | - |
| HSV(B) | 2.22º | 0.42% | 0.25% | - |
| XYZ | 3.14 | 2.61 | 2.09 | - |
| YUV | 45.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 37 | 0 | 0.41 | 0.42 | 0.75 | 2.22 | 0.27 | 0.2 |
| Hex | 40 | 26 | 25 | 0 | 29 | 2A | 4B | 2 | 1B | 14 |
| Octal | 100 | 46 | 45 | 0 | 51 | 52 | 113 | 2 | 33 | 24 |
| Binary | 1000000 | 100110 | 100101 | 0 | 101001 | 101010 | 1001011 | 10 | 11011 | 10100 |
Color Harmonies of #402625
Complementary color
Monochromatic Colors of #402625
Black with #402625
Text Example
Text Example
White with #402625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402625; }
p { color: rgb(64,38,37); }
H1.HeaderClassName
{
color: #402625;
}
.AnyTagClassName
{
color: #402625;
}
</style>
background-color css
<style>
a { background-color: #402625; }
a { background-color: rgb(64,38,37); }
div.DivClassName
{
background-color: #402625;
}
.BgClassName
{
background-color: #402625;
}
</style>
border-color css
<style>
span { border-color: #402625; }
span { border-color: rgb(64,38,37); }
td.TdClassName
{
border-color: #402625;
}
.TagClassName
{
border-color: #402625;
}
</style>