Shades of Deep Bronze #533F2C
Tints of Deep Bronze #533F2C
RGB
CMYK
RGB Variations
Color information
#533F2C (or 0x533F2C) is known color: Deep Bronze. HEX triplet: 53, 3F and 2C. RGB value is (83,63,44). Sum of RGB (Red+Green+Blue) = 83+63+44=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F2C is #ACC0D3. Grayscale: #424242. Windows color (decimal): -11321556 or 2899795. OLE color: 2899795.
HSL color Cylindrical-coordinate representation of color #533F2C: hue angle of 29.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533F2C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 44 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.67 |
| HSL | 29.23º | 0.31% | 0.25% | - |
| HSV(B) | 29.23º | 0.47% | 0.33% | - |
| XYZ | 5.8 | 5.58 | 3.15 | - |
| YUV | 66.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 44 | 0 | 0.24 | 0.47 | 0.67 | 29.23 | 0.31 | 0.25 |
| Hex | 53 | 3F | 2C | 0 | 18 | 2F | 43 | 1D | 1F | 19 |
| Octal | 123 | 77 | 54 | 0 | 30 | 57 | 103 | 35 | 37 | 31 |
| Binary | 1010011 | 111111 | 101100 | 0 | 11000 | 101111 | 1000011 | 11101 | 11111 | 11001 |
Color Harmonies of #533F2C
Complementary color
Monochromatic Colors of #533F2C
Black with #533F2C
Text Example
Text Example
White with #533F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F2C; }
p { color: rgb(83,63,44); }
H1.HeaderClassName
{
color: #533F2C;
}
.AnyTagClassName
{
color: #533F2C;
}
</style>
background-color css
<style>
a { background-color: #533F2C; }
a { background-color: rgb(83,63,44); }
div.DivClassName
{
background-color: #533F2C;
}
.BgClassName
{
background-color: #533F2C;
}
</style>
border-color css
<style>
span { border-color: #533F2C; }
span { border-color: rgb(83,63,44); }
td.TdClassName
{
border-color: #533F2C;
}
.TagClassName
{
border-color: #533F2C;
}
</style>