Shades of Woody Brown #543E3E
Tints of Woody Brown #543E3E
RGB
CMYK
RGB Variations
Color information
#543E3E (or 0x543E3E) is known color: Woody Brown. HEX triplet: 54, 3E and 3E. RGB value is (84,62,62). Sum of RGB (Red+Green+Blue) = 84+62+62=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 84 - color contains mainly: red. Hex color #543E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543E3E is #ABC1C1. Grayscale: #444444. Windows color (decimal): -11256258 or 4079188. OLE color: 4079188.
HSL color Cylindrical-coordinate representation of color #543E3E: hue angle of 0º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #543E3E is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 62 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.67 |
| HSL | 0º | 0.15% | 0.29% | - |
| HSV(B) | 0º | 0.26% | 0.33% | - |
| XYZ | 6.25 | 5.68 | 5.32 | - |
| YUV | 68.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 62 | 0 | 0.26 | 0.26 | 0.67 | 0 | 0.15 | 0.29 |
| Hex | 54 | 3E | 3E | 0 | 1A | 1A | 43 | 0 | F | 1D |
| Octal | 124 | 76 | 76 | 0 | 32 | 32 | 103 | 0 | 17 | 35 |
| Binary | 1010100 | 111110 | 111110 | 0 | 11010 | 11010 | 1000011 | 0 | 1111 | 11101 |
Color Harmonies of #543E3E
Complementary color
Monochromatic Colors of #543E3E
Black with #543E3E
Text Example
Text Example
White with #543E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E3E; }
p { color: rgb(84,62,62); }
H1.HeaderClassName
{
color: #543E3E;
}
.AnyTagClassName
{
color: #543E3E;
}
</style>
background-color css
<style>
a { background-color: #543E3E; }
a { background-color: rgb(84,62,62); }
div.DivClassName
{
background-color: #543E3E;
}
.BgClassName
{
background-color: #543E3E;
}
</style>
border-color css
<style>
span { border-color: #543E3E; }
span { border-color: rgb(84,62,62); }
td.TdClassName
{
border-color: #543E3E;
}
.TagClassName
{
border-color: #543E3E;
}
</style>