Shades of Deep Bronze #533E2C
Tints of Deep Bronze #533E2C
RGB
CMYK
RGB Variations
Color information
#533E2C (or 0x533E2C) is known color: Deep Bronze. HEX triplet: 53, 3E and 2C. RGB value is (83,62,44). Sum of RGB (Red+Green+Blue) = 83+62+44=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E2C is #ACC1D3. Grayscale: #424242. Windows color (decimal): -11321812 or 2899539. OLE color: 2899539.
HSL color Cylindrical-coordinate representation of color #533E2C: hue angle of 27.69º 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 #533E2C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 44 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.67 |
| HSL | 27.69º | 0.31% | 0.25% | - |
| HSV(B) | 27.69º | 0.47% | 0.33% | - |
| XYZ | 5.74 | 5.47 | 3.14 | - |
| YUV | 66.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 44 | 0 | 0.25 | 0.47 | 0.67 | 27.69 | 0.31 | 0.25 |
| Hex | 53 | 3E | 2C | 0 | 19 | 2F | 43 | 1C | 1F | 19 |
| Octal | 123 | 76 | 54 | 0 | 31 | 57 | 103 | 34 | 37 | 31 |
| Binary | 1010011 | 111110 | 101100 | 0 | 11001 | 101111 | 1000011 | 11100 | 11111 | 11001 |
Color Harmonies of #533E2C
Complementary color
Monochromatic Colors of #533E2C
Black with #533E2C
Text Example
Text Example
White with #533E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E2C; }
p { color: rgb(83,62,44); }
H1.HeaderClassName
{
color: #533E2C;
}
.AnyTagClassName
{
color: #533E2C;
}
</style>
background-color css
<style>
a { background-color: #533E2C; }
a { background-color: rgb(83,62,44); }
div.DivClassName
{
background-color: #533E2C;
}
.BgClassName
{
background-color: #533E2C;
}
</style>
border-color css
<style>
span { border-color: #533E2C; }
span { border-color: rgb(83,62,44); }
td.TdClassName
{
border-color: #533E2C;
}
.TagClassName
{
border-color: #533E2C;
}
</style>