Shades of Livid Brown #332726
Tints of Livid Brown #332726
RGB
CMYK
RGB Variations
Color information
#332726 (or 0x332726) is known color: Livid Brown. HEX triplet: 33, 27 and 26. RGB value is (51,39,38). Sum of RGB (Red+Green+Blue) = 51+39+38=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #332726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332726 is #CCD8D9. Grayscale: #2A2A2A. Windows color (decimal): -13424858 or 2500403. OLE color: 2500403.
HSL color Cylindrical-coordinate representation of color #332726: hue angle of 4.62º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #332726 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 39 | 38 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.8 |
| HSL | 4.62º | 0.15% | 0.17% | - |
| HSV(B) | 4.62º | 0.25% | 0.2% | - |
| XYZ | 2.44 | 2.29 | 2.15 | - |
| YUV | 42.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 38 | 0 | 0.24 | 0.25 | 0.8 | 4.62 | 0.15 | 0.17 |
| Hex | 33 | 27 | 26 | 0 | 18 | 19 | 50 | 5 | F | 11 |
| Octal | 63 | 47 | 46 | 0 | 30 | 31 | 120 | 5 | 17 | 21 |
| Binary | 110011 | 100111 | 100110 | 0 | 11000 | 11001 | 1010000 | 101 | 1111 | 10001 |
Color Harmonies of #332726
Complementary color
Monochromatic Colors of #332726
Black with #332726
Text Example
Text Example
White with #332726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332726; }
p { color: rgb(51,39,38); }
H1.HeaderClassName
{
color: #332726;
}
.AnyTagClassName
{
color: #332726;
}
</style>
background-color css
<style>
a { background-color: #332726; }
a { background-color: rgb(51,39,38); }
div.DivClassName
{
background-color: #332726;
}
.BgClassName
{
background-color: #332726;
}
</style>
border-color css
<style>
span { border-color: #332726; }
span { border-color: rgb(51,39,38); }
td.TdClassName
{
border-color: #332726;
}
.TagClassName
{
border-color: #332726;
}
</style>