Shades of Woody Brown #533D3D
Tints of Woody Brown #533D3D
RGB
CMYK
RGB Variations
Color information
#533D3D (or 0x533D3D) is known color: Woody Brown. HEX triplet: 53, 3D and 3D. RGB value is (83,61,61). Sum of RGB (Red+Green+Blue) = 83+61+61=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #533D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D3D is #ACC2C2. Grayscale: #434343. Windows color (decimal): -11322051 or 4013395. OLE color: 4013395.
HSL color Cylindrical-coordinate representation of color #533D3D: hue angle of 0º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #533D3D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 61 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.67 |
| HSL | 0º | 0.15% | 0.28% | - |
| HSV(B) | 0º | 0.27% | 0.33% | - |
| XYZ | 6.08 | 5.51 | 5.16 | - |
| YUV | 67.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 61 | 0 | 0.27 | 0.27 | 0.67 | 0 | 0.15 | 0.28 |
| Hex | 53 | 3D | 3D | 0 | 1B | 1B | 43 | 0 | F | 1C |
| Octal | 123 | 75 | 75 | 0 | 33 | 33 | 103 | 0 | 17 | 34 |
| Binary | 1010011 | 111101 | 111101 | 0 | 11011 | 11011 | 1000011 | 0 | 1111 | 11100 |
Color Harmonies of #533D3D
Complementary color
Monochromatic Colors of #533D3D
Black with #533D3D
Text Example
Text Example
White with #533D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D3D; }
p { color: rgb(83,61,61); }
H1.HeaderClassName
{
color: #533D3D;
}
.AnyTagClassName
{
color: #533D3D;
}
</style>
background-color css
<style>
a { background-color: #533D3D; }
a { background-color: rgb(83,61,61); }
div.DivClassName
{
background-color: #533D3D;
}
.BgClassName
{
background-color: #533D3D;
}
</style>
border-color css
<style>
span { border-color: #533D3D; }
span { border-color: rgb(83,61,61); }
td.TdClassName
{
border-color: #533D3D;
}
.TagClassName
{
border-color: #533D3D;
}
</style>