Shades of Deep Bronze #533F24
Tints of Deep Bronze #533F24
RGB
CMYK
RGB Variations
Color information
#533F24 (or 0x533F24) is known color: Deep Bronze. HEX triplet: 53, 3F and 24. RGB value is (83,63,36). Sum of RGB (Red+Green+Blue) = 83+63+36=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #533F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F24 is #ACC0DB. Grayscale: #424242. Windows color (decimal): -11321564 or 2375507. OLE color: 2375507.
HSL color Cylindrical-coordinate representation of color #533F24: hue angle of 34.47º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533F24 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 36 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.67 |
| HSL | 34.47º | 0.39% | 0.23% | - |
| HSV(B) | 34.47º | 0.57% | 0.33% | - |
| XYZ | 5.66 | 5.52 | 2.44 | - |
| YUV | 65.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 36 | 0 | 0.24 | 0.57 | 0.67 | 34.47 | 0.39 | 0.23 |
| Hex | 53 | 3F | 24 | 0 | 18 | 39 | 43 | 22 | 27 | 17 |
| Octal | 123 | 77 | 44 | 0 | 30 | 71 | 103 | 42 | 47 | 27 |
| Binary | 1010011 | 111111 | 100100 | 0 | 11000 | 111001 | 1000011 | 100010 | 100111 | 10111 |
Color Harmonies of #533F24
Complementary color
Monochromatic Colors of #533F24
Black with #533F24
Text Example
Text Example
White with #533F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F24; }
p { color: rgb(83,63,36); }
H1.HeaderClassName
{
color: #533F24;
}
.AnyTagClassName
{
color: #533F24;
}
</style>
background-color css
<style>
a { background-color: #533F24; }
a { background-color: rgb(83,63,36); }
div.DivClassName
{
background-color: #533F24;
}
.BgClassName
{
background-color: #533F24;
}
</style>
border-color css
<style>
span { border-color: #533F24; }
span { border-color: rgb(83,63,36); }
td.TdClassName
{
border-color: #533F24;
}
.TagClassName
{
border-color: #533F24;
}
</style>