Shades of Livid Brown #3D2826
Tints of Livid Brown #3D2826
RGB
CMYK
RGB Variations
Color information
#3D2826 (or 0x3D2826) is known color: Livid Brown. HEX triplet: 3D, 28 and 26. RGB value is (61,40,38). Sum of RGB (Red+Green+Blue) = 61+40+38=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2826 is #C2D7D9. Grayscale: #2E2E2E. Windows color (decimal): -12769242 or 2500669. OLE color: 2500669.
HSL color Cylindrical-coordinate representation of color #3D2826: hue angle of 5.22º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2826 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 38 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.76 |
| HSL | 5.22º | 0.23% | 0.19% | - |
| HSV(B) | 5.22º | 0.38% | 0.24% | - |
| XYZ | 3.03 | 2.65 | 2.19 | - |
| YUV | 46.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 38 | 0 | 0.34 | 0.38 | 0.76 | 5.22 | 0.23 | 0.19 |
| Hex | 3D | 28 | 26 | 0 | 22 | 26 | 4C | 5 | 17 | 13 |
| Octal | 75 | 50 | 46 | 0 | 42 | 46 | 114 | 5 | 27 | 23 |
| Binary | 111101 | 101000 | 100110 | 0 | 100010 | 100110 | 1001100 | 101 | 10111 | 10011 |
Color Harmonies of #3D2826
Complementary color
Monochromatic Colors of #3D2826
Black with #3D2826
Text Example
Text Example
White with #3D2826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2826; }
p { color: rgb(61,40,38); }
H1.HeaderClassName
{
color: #3D2826;
}
.AnyTagClassName
{
color: #3D2826;
}
</style>
background-color css
<style>
a { background-color: #3D2826; }
a { background-color: rgb(61,40,38); }
div.DivClassName
{
background-color: #3D2826;
}
.BgClassName
{
background-color: #3D2826;
}
</style>
border-color css
<style>
span { border-color: #3D2826; }
span { border-color: rgb(61,40,38); }
td.TdClassName
{
border-color: #3D2826;
}
.TagClassName
{
border-color: #3D2826;
}
</style>