Shades of Woody Brown #5D423E
Tints of Woody Brown #5D423E
RGB
CMYK
RGB Variations
Color information
#5D423E (or 0x5D423E) is known color: Woody Brown. HEX triplet: 5D, 42 and 3E. RGB value is (93,66,62). Sum of RGB (Red+Green+Blue) = 93+66+62=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D423E is #A2BDC1. Grayscale: #494949. Windows color (decimal): -10665410 or 4080221. OLE color: 4080221.
HSL color Cylindrical-coordinate representation of color #5D423E: hue angle of 7.74º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D423E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 62 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.64 |
| HSL | 7.74º | 0.2% | 0.3% | - |
| HSV(B) | 7.74º | 0.33% | 0.36% | - |
| XYZ | 7.33 | 6.57 | 5.44 | - |
| YUV | 73.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 62 | 0 | 0.29 | 0.33 | 0.64 | 7.74 | 0.2 | 0.3 |
| Hex | 5D | 42 | 3E | 0 | 1D | 21 | 40 | 8 | 14 | 1E |
| Octal | 135 | 102 | 76 | 0 | 35 | 41 | 100 | 10 | 24 | 36 |
| Binary | 1011101 | 1000010 | 111110 | 0 | 11101 | 100001 | 1000000 | 1000 | 10100 | 11110 |
Color Harmonies of #5D423E
Complementary color
Monochromatic Colors of #5D423E
Black with #5D423E
Text Example
Text Example
White with #5D423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D423E; }
p { color: rgb(93,66,62); }
H1.HeaderClassName
{
color: #5D423E;
}
.AnyTagClassName
{
color: #5D423E;
}
</style>
background-color css
<style>
a { background-color: #5D423E; }
a { background-color: rgb(93,66,62); }
div.DivClassName
{
background-color: #5D423E;
}
.BgClassName
{
background-color: #5D423E;
}
</style>
border-color css
<style>
span { border-color: #5D423E; }
span { border-color: rgb(93,66,62); }
td.TdClassName
{
border-color: #5D423E;
}
.TagClassName
{
border-color: #5D423E;
}
</style>