Shades of Livid Brown #2D2321
Tints of Livid Brown #2D2321
RGB
CMYK
RGB Variations
Color information
#2D2321 (or 0x2D2321) is known color: Livid Brown. HEX triplet: 2D, 23 and 21. RGB value is (45,35,33). Sum of RGB (Red+Green+Blue) = 45+35+33=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2321 is #D2DCDE. Grayscale: #252525. Windows color (decimal): -13819103 or 2171693. OLE color: 2171693.
HSL color Cylindrical-coordinate representation of color #2D2321: hue angle of 10º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2321 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 35 | 33 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.82 |
| HSL | 10º | 0.15% | 0.15% | - |
| HSV(B) | 10º | 0.27% | 0.18% | - |
| XYZ | 1.96 | 1.87 | 1.7 | - |
| YUV | 37.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 33 | 0 | 0.22 | 0.27 | 0.82 | 10 | 0.15 | 0.15 |
| Hex | 2D | 23 | 21 | 0 | 16 | 1B | 52 | A | F | F |
| Octal | 55 | 43 | 41 | 0 | 26 | 33 | 122 | 12 | 17 | 17 |
| Binary | 101101 | 100011 | 100001 | 0 | 10110 | 11011 | 1010010 | 1010 | 1111 | 1111 |
Color Harmonies of #2D2321
Complementary color
Monochromatic Colors of #2D2321
Black with #2D2321
Text Example
Text Example
White with #2D2321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2321; }
p { color: rgb(45,35,33); }
H1.HeaderClassName
{
color: #2D2321;
}
.AnyTagClassName
{
color: #2D2321;
}
</style>
background-color css
<style>
a { background-color: #2D2321; }
a { background-color: rgb(45,35,33); }
div.DivClassName
{
background-color: #2D2321;
}
.BgClassName
{
background-color: #2D2321;
}
</style>
border-color css
<style>
span { border-color: #2D2321; }
span { border-color: rgb(45,35,33); }
td.TdClassName
{
border-color: #2D2321;
}
.TagClassName
{
border-color: #2D2321;
}
</style>