Shades of Deep Bronze #533D28
Tints of Deep Bronze #533D28
RGB
CMYK
RGB Variations
Color information
#533D28 (or 0x533D28) is known color: Deep Bronze. HEX triplet: 53, 3D and 28. RGB value is (83,61,40). Sum of RGB (Red+Green+Blue) = 83+61+40=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #533D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D28 is #ACC2D7. Grayscale: #414141. Windows color (decimal): -11322072 or 2637139. OLE color: 2637139.
HSL color Cylindrical-coordinate representation of color #533D28: hue angle of 29.3º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533D28 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 40 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.67 |
| HSL | 29.3º | 0.35% | 0.24% | - |
| HSV(B) | 29.3º | 0.52% | 0.33% | - |
| XYZ | 5.62 | 5.33 | 2.74 | - |
| YUV | 65.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 40 | 0 | 0.27 | 0.52 | 0.67 | 29.3 | 0.35 | 0.24 |
| Hex | 53 | 3D | 28 | 0 | 1B | 34 | 43 | 1D | 23 | 18 |
| Octal | 123 | 75 | 50 | 0 | 33 | 64 | 103 | 35 | 43 | 30 |
| Binary | 1010011 | 111101 | 101000 | 0 | 11011 | 110100 | 1000011 | 11101 | 100011 | 11000 |
Color Harmonies of #533D28
Complementary color
Monochromatic Colors of #533D28
Black with #533D28
Text Example
Text Example
White with #533D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D28; }
p { color: rgb(83,61,40); }
H1.HeaderClassName
{
color: #533D28;
}
.AnyTagClassName
{
color: #533D28;
}
</style>
background-color css
<style>
a { background-color: #533D28; }
a { background-color: rgb(83,61,40); }
div.DivClassName
{
background-color: #533D28;
}
.BgClassName
{
background-color: #533D28;
}
</style>
border-color css
<style>
span { border-color: #533D28; }
span { border-color: rgb(83,61,40); }
td.TdClassName
{
border-color: #533D28;
}
.TagClassName
{
border-color: #533D28;
}
</style>