Shades of Livid Brown #332625
Tints of Livid Brown #332625
RGB
CMYK
RGB Variations
Color information
#332625 (or 0x332625) is known color: Livid Brown. HEX triplet: 33, 26 and 25. RGB value is (51,38,37). Sum of RGB (Red+Green+Blue) = 51+38+37=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 51 - color contains mainly: red. Hex color #332625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332625 is #CCD9DA. Grayscale: #292929. Windows color (decimal): -13425115 or 2434611. OLE color: 2434611.
HSL color Cylindrical-coordinate representation of color #332625: hue angle of 4.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #332625 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 37 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.8 |
| HSL | 4.29º | 0.16% | 0.17% | - |
| HSV(B) | 4.29º | 0.27% | 0.2% | - |
| XYZ | 2.39 | 2.22 | 2.05 | - |
| YUV | 41.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 37 | 0 | 0.25 | 0.27 | 0.8 | 4.29 | 0.16 | 0.17 |
| Hex | 33 | 26 | 25 | 0 | 19 | 1B | 50 | 4 | 10 | 11 |
| Octal | 63 | 46 | 45 | 0 | 31 | 33 | 120 | 4 | 20 | 21 |
| Binary | 110011 | 100110 | 100101 | 0 | 11001 | 11011 | 1010000 | 100 | 10000 | 10001 |
Color Harmonies of #332625
Complementary color
Monochromatic Colors of #332625
Black with #332625
Text Example
Text Example
White with #332625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332625; }
p { color: rgb(51,38,37); }
H1.HeaderClassName
{
color: #332625;
}
.AnyTagClassName
{
color: #332625;
}
</style>
background-color css
<style>
a { background-color: #332625; }
a { background-color: rgb(51,38,37); }
div.DivClassName
{
background-color: #332625;
}
.BgClassName
{
background-color: #332625;
}
</style>
border-color css
<style>
span { border-color: #332625; }
span { border-color: rgb(51,38,37); }
td.TdClassName
{
border-color: #332625;
}
.TagClassName
{
border-color: #332625;
}
</style>