Shades of Livid Brown #332523
Tints of Livid Brown #332523
RGB
CMYK
RGB Variations
Color information
#332523 (or 0x332523) is known color: Livid Brown. HEX triplet: 33, 25 and 23. RGB value is (51,37,35). Sum of RGB (Red+Green+Blue) = 51+37+35=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332523 is #CCDADC. Grayscale: #282828. Windows color (decimal): -13425373 or 2303283. OLE color: 2303283.
HSL color Cylindrical-coordinate representation of color #332523: hue angle of 7.5º 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 #332523 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 37 | 35 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.8 |
| HSL | 7.5º | 0.19% | 0.17% | - |
| HSV(B) | 7.5º | 0.31% | 0.2% | - |
| XYZ | 2.33 | 2.15 | 1.88 | - |
| YUV | 40.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 35 | 0 | 0.27 | 0.31 | 0.8 | 7.5 | 0.19 | 0.17 |
| Hex | 33 | 25 | 23 | 0 | 1B | 1F | 50 | 8 | 13 | 11 |
| Octal | 63 | 45 | 43 | 0 | 33 | 37 | 120 | 10 | 23 | 21 |
| Binary | 110011 | 100101 | 100011 | 0 | 11011 | 11111 | 1010000 | 1000 | 10011 | 10001 |
Color Harmonies of #332523
Complementary color
Monochromatic Colors of #332523
Black with #332523
Text Example
Text Example
White with #332523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332523; }
p { color: rgb(51,37,35); }
H1.HeaderClassName
{
color: #332523;
}
.AnyTagClassName
{
color: #332523;
}
</style>
background-color css
<style>
a { background-color: #332523; }
a { background-color: rgb(51,37,35); }
div.DivClassName
{
background-color: #332523;
}
.BgClassName
{
background-color: #332523;
}
</style>
border-color css
<style>
span { border-color: #332523; }
span { border-color: rgb(51,37,35); }
td.TdClassName
{
border-color: #332523;
}
.TagClassName
{
border-color: #332523;
}
</style>