Shades of Livid Brown #3B2323
Tints of Livid Brown #3B2323
RGB
CMYK
RGB Variations
Color information
#3B2323 (or 0x3B2323) is known color: Livid Brown. HEX triplet: 3B, 23 and 23. RGB value is (59,35,35). Sum of RGB (Red+Green+Blue) = 59+35+35=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2323 is #C4DCDC. Grayscale: #2A2A2A. Windows color (decimal): -12901597 or 2302779. OLE color: 2302779.
HSL color Cylindrical-coordinate representation of color #3B2323: hue angle of 0º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2323 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 35 | 35 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.77 |
| HSL | 0º | 0.26% | 0.18% | - |
| HSV(B) | 0º | 0.41% | 0.23% | - |
| XYZ | 2.71 | 2.25 | 1.88 | - |
| YUV | 42.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 35 | 0 | 0.41 | 0.41 | 0.77 | 0 | 0.26 | 0.18 |
| Hex | 3B | 23 | 23 | 0 | 29 | 29 | 4D | 0 | 1A | 12 |
| Octal | 73 | 43 | 43 | 0 | 51 | 51 | 115 | 0 | 32 | 22 |
| Binary | 111011 | 100011 | 100011 | 0 | 101001 | 101001 | 1001101 | 0 | 11010 | 10010 |
Color Harmonies of #3B2323
Complementary color
Monochromatic Colors of #3B2323
Black with #3B2323
Text Example
Text Example
White with #3B2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2323; }
p { color: rgb(59,35,35); }
H1.HeaderClassName
{
color: #3B2323;
}
.AnyTagClassName
{
color: #3B2323;
}
</style>
background-color css
<style>
a { background-color: #3B2323; }
a { background-color: rgb(59,35,35); }
div.DivClassName
{
background-color: #3B2323;
}
.BgClassName
{
background-color: #3B2323;
}
</style>
border-color css
<style>
span { border-color: #3B2323; }
span { border-color: rgb(59,35,35); }
td.TdClassName
{
border-color: #3B2323;
}
.TagClassName
{
border-color: #3B2323;
}
</style>