Shades of Livid Brown #332827
Tints of Livid Brown #332827
RGB
CMYK
RGB Variations
Color information
#332827 (or 0x332827) is known color: Livid Brown. HEX triplet: 33, 28 and 27. RGB value is (51,40,39). Sum of RGB (Red+Green+Blue) = 51+40+39=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332827 is #CCD7D8. Grayscale: #2B2B2B. Windows color (decimal): -13424601 or 2566195. OLE color: 2566195.
HSL color Cylindrical-coordinate representation of color #332827: hue angle of 5º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #332827 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 40 | 39 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.8 |
| HSL | 5º | 0.13% | 0.18% | - |
| HSV(B) | 5º | 0.24% | 0.2% | - |
| XYZ | 2.49 | 2.37 | 2.25 | - |
| YUV | 43.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 39 | 0 | 0.22 | 0.24 | 0.8 | 5 | 0.13 | 0.18 |
| Hex | 33 | 28 | 27 | 0 | 16 | 18 | 50 | 5 | D | 12 |
| Octal | 63 | 50 | 47 | 0 | 26 | 30 | 120 | 5 | 15 | 22 |
| Binary | 110011 | 101000 | 100111 | 0 | 10110 | 11000 | 1010000 | 101 | 1101 | 10010 |
Color Harmonies of #332827
Complementary color
Monochromatic Colors of #332827
Black with #332827
Text Example
Text Example
White with #332827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332827; }
p { color: rgb(51,40,39); }
H1.HeaderClassName
{
color: #332827;
}
.AnyTagClassName
{
color: #332827;
}
</style>
background-color css
<style>
a { background-color: #332827; }
a { background-color: rgb(51,40,39); }
div.DivClassName
{
background-color: #332827;
}
.BgClassName
{
background-color: #332827;
}
</style>
border-color css
<style>
span { border-color: #332827; }
span { border-color: rgb(51,40,39); }
td.TdClassName
{
border-color: #332827;
}
.TagClassName
{
border-color: #332827;
}
</style>