Shades of Woody Brown #534543
Tints of Woody Brown #534543
RGB
CMYK
RGB Variations
Color information
#534543 (or 0x534543) is known color: Woody Brown. HEX triplet: 53, 45 and 43. RGB value is (83,69,67). Sum of RGB (Red+Green+Blue) = 83+69+67=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534543 is #ACBABC. Grayscale: #484848. Windows color (decimal): -11319997 or 4408659. OLE color: 4408659.
HSL color Cylindrical-coordinate representation of color #534543: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534543 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 67 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.67 |
| HSL | 7.5º | 0.11% | 0.29% | - |
| HSV(B) | 7.5º | 0.19% | 0.33% | - |
| XYZ | 6.71 | 6.5 | 6.21 | - |
| YUV | 72.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 67 | 0 | 0.17 | 0.19 | 0.67 | 7.5 | 0.11 | 0.29 |
| Hex | 53 | 45 | 43 | 0 | 11 | 13 | 43 | 8 | B | 1D |
| Octal | 123 | 105 | 103 | 0 | 21 | 23 | 103 | 10 | 13 | 35 |
| Binary | 1010011 | 1000101 | 1000011 | 0 | 10001 | 10011 | 1000011 | 1000 | 1011 | 11101 |
Color Harmonies of #534543
Complementary color
Monochromatic Colors of #534543
Black with #534543
Text Example
Text Example
White with #534543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534543; }
p { color: rgb(83,69,67); }
H1.HeaderClassName
{
color: #534543;
}
.AnyTagClassName
{
color: #534543;
}
</style>
background-color css
<style>
a { background-color: #534543; }
a { background-color: rgb(83,69,67); }
div.DivClassName
{
background-color: #534543;
}
.BgClassName
{
background-color: #534543;
}
</style>
border-color css
<style>
span { border-color: #534543; }
span { border-color: rgb(83,69,67); }
td.TdClassName
{
border-color: #534543;
}
.TagClassName
{
border-color: #534543;
}
</style>