Shades of Deep Bronze #533E2D
Tints of Deep Bronze #533E2D
RGB
CMYK
RGB Variations
Color information
#533E2D (or 0x533E2D) is known color: Deep Bronze. HEX triplet: 53, 3E and 2D. RGB value is (83,62,45). Sum of RGB (Red+Green+Blue) = 83+62+45=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2D is #ACC1D2. Grayscale: #424242. Windows color (decimal): -11321811 or 2965075. OLE color: 2965075.
HSL color Cylindrical-coordinate representation of color #533E2D: hue angle of 26.84º 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 #533E2D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 45 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.67 |
| HSL | 26.84º | 0.3% | 0.25% | - |
| HSV(B) | 26.84º | 0.46% | 0.33% | - |
| XYZ | 5.76 | 5.47 | 3.24 | - |
| YUV | 66.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 45 | 0 | 0.25 | 0.46 | 0.67 | 26.84 | 0.3 | 0.25 |
| Hex | 53 | 3E | 2D | 0 | 19 | 2E | 43 | 1B | 1E | 19 |
| Octal | 123 | 76 | 55 | 0 | 31 | 56 | 103 | 33 | 36 | 31 |
| Binary | 1010011 | 111110 | 101101 | 0 | 11001 | 101110 | 1000011 | 11011 | 11110 | 11001 |
Color Harmonies of #533E2D
Complementary color
Monochromatic Colors of #533E2D
Black with #533E2D
Text Example
Text Example
White with #533E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E2D; }
p { color: rgb(83,62,45); }
H1.HeaderClassName
{
color: #533E2D;
}
.AnyTagClassName
{
color: #533E2D;
}
</style>
background-color css
<style>
a { background-color: #533E2D; }
a { background-color: rgb(83,62,45); }
div.DivClassName
{
background-color: #533E2D;
}
.BgClassName
{
background-color: #533E2D;
}
</style>
border-color css
<style>
span { border-color: #533E2D; }
span { border-color: rgb(83,62,45); }
td.TdClassName
{
border-color: #533E2D;
}
.TagClassName
{
border-color: #533E2D;
}
</style>