Shades of Livid Brown #3D2726
Tints of Livid Brown #3D2726
RGB
CMYK
RGB Variations
Color information
#3D2726 (or 0x3D2726) is known color: Livid Brown. HEX triplet: 3D, 27 and 26. RGB value is (61,39,38). Sum of RGB (Red+Green+Blue) = 61+39+38=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2726 is #C2D8D9. Grayscale: #2D2D2D. Windows color (decimal): -12769498 or 2500413. OLE color: 2500413.
HSL color Cylindrical-coordinate representation of color #3D2726: hue angle of 2.61º 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 #3D2726 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 38 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.76 |
| HSL | 2.61º | 0.23% | 0.19% | - |
| HSV(B) | 2.61º | 0.38% | 0.24% | - |
| XYZ | 3 | 2.58 | 2.17 | - |
| YUV | 45.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 38 | 0 | 0.36 | 0.38 | 0.76 | 2.61 | 0.23 | 0.19 |
| Hex | 3D | 27 | 26 | 0 | 24 | 26 | 4C | 3 | 17 | 13 |
| Octal | 75 | 47 | 46 | 0 | 44 | 46 | 114 | 3 | 27 | 23 |
| Binary | 111101 | 100111 | 100110 | 0 | 100100 | 100110 | 1001100 | 11 | 10111 | 10011 |
Color Harmonies of #3D2726
Complementary color
Monochromatic Colors of #3D2726
Black with #3D2726
Text Example
Text Example
White with #3D2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2726; }
p { color: rgb(61,39,38); }
H1.HeaderClassName
{
color: #3D2726;
}
.AnyTagClassName
{
color: #3D2726;
}
</style>
background-color css
<style>
a { background-color: #3D2726; }
a { background-color: rgb(61,39,38); }
div.DivClassName
{
background-color: #3D2726;
}
.BgClassName
{
background-color: #3D2726;
}
</style>
border-color css
<style>
span { border-color: #3D2726; }
span { border-color: rgb(61,39,38); }
td.TdClassName
{
border-color: #3D2726;
}
.TagClassName
{
border-color: #3D2726;
}
</style>