Shades of Livid Brown #3A2623
Tints of Livid Brown #3A2623
RGB
CMYK
RGB Variations
Color information
#3A2623 (or 0x3A2623) is known color: Livid Brown. HEX triplet: 3A, 26 and 23. RGB value is (58,38,35). Sum of RGB (Red+Green+Blue) = 58+38+35=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2623 is #C5D9DC. Grayscale: #2B2B2B. Windows color (decimal): -12966365 or 2303546. OLE color: 2303546.
HSL color Cylindrical-coordinate representation of color #3A2623: hue angle of 7.83º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A2623 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 38 | 35 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.77 |
| HSL | 7.83º | 0.25% | 0.18% | - |
| HSV(B) | 7.83º | 0.4% | 0.23% | - |
| XYZ | 2.74 | 2.41 | 1.91 | - |
| YUV | 43.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 35 | 0 | 0.34 | 0.40 | 0.77 | 7.83 | 0.25 | 0.18 |
| Hex | 3A | 26 | 23 | 0 | 22 | 28 | 4D | 8 | 19 | 12 |
| Octal | 72 | 46 | 43 | 0 | 42 | 50 | 115 | 10 | 31 | 22 |
| Binary | 111010 | 100110 | 100011 | 0 | 100010 | 101000 | 1001101 | 1000 | 11001 | 10010 |
Color Harmonies of #3A2623
Complementary color
Monochromatic Colors of #3A2623
Black with #3A2623
Text Example
Text Example
White with #3A2623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2623; }
p { color: rgb(58,38,35); }
H1.HeaderClassName
{
color: #3A2623;
}
.AnyTagClassName
{
color: #3A2623;
}
</style>
background-color css
<style>
a { background-color: #3A2623; }
a { background-color: rgb(58,38,35); }
div.DivClassName
{
background-color: #3A2623;
}
.BgClassName
{
background-color: #3A2623;
}
</style>
border-color css
<style>
span { border-color: #3A2623; }
span { border-color: rgb(58,38,35); }
td.TdClassName
{
border-color: #3A2623;
}
.TagClassName
{
border-color: #3A2623;
}
</style>