Shades of Livid Brown #332623
Tints of Livid Brown #332623
RGB
CMYK
RGB Variations
Color information
#332623 (or 0x332623) is known color: Livid Brown. HEX triplet: 33, 26 and 23. RGB value is (51,38,35). Sum of RGB (Red+Green+Blue) = 51+38+35=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #332623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332623 is #CCD9DC. Grayscale: #292929. Windows color (decimal): -13425117 or 2303539. OLE color: 2303539.
HSL color Cylindrical-coordinate representation of color #332623: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #332623 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 38 | 35 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.8 |
| HSL | 11.25º | 0.19% | 0.17% | - |
| HSV(B) | 11.25º | 0.31% | 0.2% | - |
| XYZ | 2.36 | 2.21 | 1.89 | - |
| YUV | 41.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 35 | 0 | 0.25 | 0.31 | 0.8 | 11.25 | 0.19 | 0.17 |
| Hex | 33 | 26 | 23 | 0 | 19 | 1F | 50 | B | 13 | 11 |
| Octal | 63 | 46 | 43 | 0 | 31 | 37 | 120 | 13 | 23 | 21 |
| Binary | 110011 | 100110 | 100011 | 0 | 11001 | 11111 | 1010000 | 1011 | 10011 | 10001 |
Color Harmonies of #332623
Complementary color
Monochromatic Colors of #332623
Black with #332623
Text Example
Text Example
White with #332623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332623; }
p { color: rgb(51,38,35); }
H1.HeaderClassName
{
color: #332623;
}
.AnyTagClassName
{
color: #332623;
}
</style>
background-color css
<style>
a { background-color: #332623; }
a { background-color: rgb(51,38,35); }
div.DivClassName
{
background-color: #332623;
}
.BgClassName
{
background-color: #332623;
}
</style>
border-color css
<style>
span { border-color: #332623; }
span { border-color: rgb(51,38,35); }
td.TdClassName
{
border-color: #332623;
}
.TagClassName
{
border-color: #332623;
}
</style>