Shades of Woody Brown #534644
Tints of Woody Brown #534644
RGB
CMYK
RGB Variations
Color information
#534644 (or 0x534644) is known color: Woody Brown. HEX triplet: 53, 46 and 44. RGB value is (83,70,68). Sum of RGB (Red+Green+Blue) = 83+70+68=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534644 is #ACB9BB. Grayscale: #494949. Windows color (decimal): -11319740 or 4474451. OLE color: 4474451.
HSL color Cylindrical-coordinate representation of color #534644: hue angle of 8º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534644 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 68 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.67 |
| HSL | 8º | 0.1% | 0.3% | - |
| HSV(B) | 8º | 0.18% | 0.33% | - |
| XYZ | 6.8 | 6.64 | 6.39 | - |
| YUV | 73.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 68 | 0 | 0.16 | 0.18 | 0.67 | 8 | 0.1 | 0.3 |
| Hex | 53 | 46 | 44 | 0 | 10 | 12 | 43 | 8 | A | 1E |
| Octal | 123 | 106 | 104 | 0 | 20 | 22 | 103 | 10 | 12 | 36 |
| Binary | 1010011 | 1000110 | 1000100 | 0 | 10000 | 10010 | 1000011 | 1000 | 1010 | 11110 |
Color Harmonies of #534644
Complementary color
Monochromatic Colors of #534644
Black with #534644
Text Example
Text Example
White with #534644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534644; }
p { color: rgb(83,70,68); }
H1.HeaderClassName
{
color: #534644;
}
.AnyTagClassName
{
color: #534644;
}
</style>
background-color css
<style>
a { background-color: #534644; }
a { background-color: rgb(83,70,68); }
div.DivClassName
{
background-color: #534644;
}
.BgClassName
{
background-color: #534644;
}
</style>
border-color css
<style>
span { border-color: #534644; }
span { border-color: rgb(83,70,68); }
td.TdClassName
{
border-color: #534644;
}
.TagClassName
{
border-color: #534644;
}
</style>