Shades of Woody Brown #534444
Tints of Woody Brown #534444
RGB
CMYK
RGB Variations
Color information
#534444 (or 0x534444) is known color: Woody Brown. HEX triplet: 53, 44 and 44. RGB value is (83,68,68). Sum of RGB (Red+Green+Blue) = 83+68+68=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534444 is #ACBBBB. Grayscale: #484848. Windows color (decimal): -11320252 or 4473939. OLE color: 4473939.
HSL color Cylindrical-coordinate representation of color #534444: hue angle of 0º 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 #534444 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 68 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.67 |
| HSL | 0º | 0.1% | 0.3% | - |
| HSV(B) | 0º | 0.18% | 0.33% | - |
| XYZ | 6.68 | 6.39 | 6.35 | - |
| YUV | 72.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 68 | 0 | 0.18 | 0.18 | 0.67 | 0 | 0.1 | 0.3 |
| Hex | 53 | 44 | 44 | 0 | 12 | 12 | 43 | 0 | A | 1E |
| Octal | 123 | 104 | 104 | 0 | 22 | 22 | 103 | 0 | 12 | 36 |
| Binary | 1010011 | 1000100 | 1000100 | 0 | 10010 | 10010 | 1000011 | 0 | 1010 | 11110 |
Color Harmonies of #534444
Complementary color
Monochromatic Colors of #534444
Black with #534444
Text Example
Text Example
White with #534444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534444; }
p { color: rgb(83,68,68); }
H1.HeaderClassName
{
color: #534444;
}
.AnyTagClassName
{
color: #534444;
}
</style>
background-color css
<style>
a { background-color: #534444; }
a { background-color: rgb(83,68,68); }
div.DivClassName
{
background-color: #534444;
}
.BgClassName
{
background-color: #534444;
}
</style>
border-color css
<style>
span { border-color: #534444; }
span { border-color: rgb(83,68,68); }
td.TdClassName
{
border-color: #534444;
}
.TagClassName
{
border-color: #534444;
}
</style>