Shades of Woody Brown #534241
Tints of Woody Brown #534241
RGB
CMYK
RGB Variations
Color information
#534241 (or 0x534241) is known color: Woody Brown. HEX triplet: 53, 42 and 41. RGB value is (83,66,65). Sum of RGB (Red+Green+Blue) = 83+66+65=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534241 is #ACBDBE. Grayscale: #464646. Windows color (decimal): -11320767 or 4276819. OLE color: 4276819.
HSL color Cylindrical-coordinate representation of color #534241: hue angle of 3.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #534241 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 65 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.67 |
| HSL | 3.33º | 0.12% | 0.29% | - |
| HSV(B) | 3.33º | 0.22% | 0.33% | - |
| XYZ | 6.47 | 6.12 | 5.84 | - |
| YUV | 70.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 65 | 0 | 0.20 | 0.22 | 0.67 | 3.33 | 0.12 | 0.29 |
| Hex | 53 | 42 | 41 | 0 | 14 | 16 | 43 | 3 | C | 1D |
| Octal | 123 | 102 | 101 | 0 | 24 | 26 | 103 | 3 | 14 | 35 |
| Binary | 1010011 | 1000010 | 1000001 | 0 | 10100 | 10110 | 1000011 | 11 | 1100 | 11101 |
Color Harmonies of #534241
Complementary color
Monochromatic Colors of #534241
Black with #534241
Text Example
Text Example
White with #534241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534241; }
p { color: rgb(83,66,65); }
H1.HeaderClassName
{
color: #534241;
}
.AnyTagClassName
{
color: #534241;
}
</style>
background-color css
<style>
a { background-color: #534241; }
a { background-color: rgb(83,66,65); }
div.DivClassName
{
background-color: #534241;
}
.BgClassName
{
background-color: #534241;
}
</style>
border-color css
<style>
span { border-color: #534241; }
span { border-color: rgb(83,66,65); }
td.TdClassName
{
border-color: #534241;
}
.TagClassName
{
border-color: #534241;
}
</style>