Shades of Deep Bronze #533F2D
Tints of Deep Bronze #533F2D
RGB
CMYK
RGB Variations
Color information
#533F2D (or 0x533F2D) is known color: Deep Bronze. HEX triplet: 53, 3F and 2D. RGB value is (83,63,45). Sum of RGB (Red+Green+Blue) = 83+63+45=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F2D is #ACC0D2. Grayscale: #434343. Windows color (decimal): -11321555 or 2965331. OLE color: 2965331.
HSL color Cylindrical-coordinate representation of color #533F2D: hue angle of 28.42º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533F2D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 45 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.67 |
| HSL | 28.42º | 0.3% | 0.25% | - |
| HSV(B) | 28.42º | 0.46% | 0.33% | - |
| XYZ | 5.82 | 5.58 | 3.25 | - |
| YUV | 66.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 45 | 0 | 0.24 | 0.46 | 0.67 | 28.42 | 0.3 | 0.25 |
| Hex | 53 | 3F | 2D | 0 | 18 | 2E | 43 | 1C | 1E | 19 |
| Octal | 123 | 77 | 55 | 0 | 30 | 56 | 103 | 34 | 36 | 31 |
| Binary | 1010011 | 111111 | 101101 | 0 | 11000 | 101110 | 1000011 | 11100 | 11110 | 11001 |
Color Harmonies of #533F2D
Complementary color
Monochromatic Colors of #533F2D
Black with #533F2D
Text Example
Text Example
White with #533F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F2D; }
p { color: rgb(83,63,45); }
H1.HeaderClassName
{
color: #533F2D;
}
.AnyTagClassName
{
color: #533F2D;
}
</style>
background-color css
<style>
a { background-color: #533F2D; }
a { background-color: rgb(83,63,45); }
div.DivClassName
{
background-color: #533F2D;
}
.BgClassName
{
background-color: #533F2D;
}
</style>
border-color css
<style>
span { border-color: #533F2D; }
span { border-color: rgb(83,63,45); }
td.TdClassName
{
border-color: #533F2D;
}
.TagClassName
{
border-color: #533F2D;
}
</style>