Shades of Woody Brown #5E4242
Tints of Woody Brown #5E4242
RGB
CMYK
RGB Variations
Color information
#5E4242 (or 0x5E4242) is known color: Woody Brown. HEX triplet: 5E, 42 and 42. RGB value is (94,66,66). Sum of RGB (Red+Green+Blue) = 94+66+66=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4242 is #A1BDBD. Grayscale: #4A4A4A. Windows color (decimal): -10599870 or 4342366. OLE color: 4342366.
HSL color Cylindrical-coordinate representation of color #5E4242: hue angle of 0º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E4242 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 66 | 66 | - |
CMYK | 0 | 0.30 | 0.30 | 0.63 |
HSL | 0º | 0.18% | 0.31% | - |
HSV(B) | 0º | 0.3% | 0.37% | - |
XYZ | 7.55 | 6.67 | 6.04 | - |
YUV | 74.37 | 123.28 | 142 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 66 | 66 | 0 | 0.30 | 0.30 | 0.63 | 0 | 0.18 | 0.31 |
Hex | 5E | 42 | 42 | 0 | 1E | 1E | 3F | 0 | 12 | 1F |
Octal | 136 | 102 | 102 | 0 | 36 | 36 | 77 | 0 | 22 | 37 |
Binary | 1011110 | 1000010 | 1000010 | 0 | 11110 | 11110 | 111111 | 0 | 10010 | 11111 |
Color Harmonies of #5E4242
Complementary color
Monochromatic Colors of #5E4242
Black with #5E4242
Text Example
Text Example
White with #5E4242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4242; }
p { color: rgb(94,66,66); }
H1.HeaderClassName
{
color: #5E4242;
}
.AnyTagClassName
{
color: #5E4242;
}
</style>
background-color css
<style>
a { background-color: #5E4242; }
a { background-color: rgb(94,66,66); }
div.DivClassName
{
background-color: #5E4242;
}
.BgClassName
{
background-color: #5E4242;
}
</style>
border-color css
<style>
span { border-color: #5E4242; }
span { border-color: rgb(94,66,66); }
td.TdClassName
{
border-color: #5E4242;
}
.TagClassName
{
border-color: #5E4242;
}
</style>