Shades of Deep Bronze #534333
Tints of Deep Bronze #534333
RGB
CMYK
RGB Variations
Color information
#534333 (or 0x534333) is known color: Deep Bronze. HEX triplet: 53, 43 and 33. RGB value is (83,67,51). Sum of RGB (Red+Green+Blue) = 83+67+51=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534333 is #ACBCCC. Grayscale: #464646. Windows color (decimal): -11320525 or 3359571. OLE color: 3359571.
HSL color Cylindrical-coordinate representation of color #534333: hue angle of 30º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534333 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 51 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.67 |
| HSL | 30º | 0.24% | 0.26% | - |
| HSV(B) | 30º | 0.39% | 0.33% | - |
| XYZ | 6.17 | 6.09 | 3.98 | - |
| YUV | 69.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 51 | 0 | 0.19 | 0.39 | 0.67 | 30 | 0.24 | 0.26 |
| Hex | 53 | 43 | 33 | 0 | 13 | 27 | 43 | 1E | 18 | 1A |
| Octal | 123 | 103 | 63 | 0 | 23 | 47 | 103 | 36 | 30 | 32 |
| Binary | 1010011 | 1000011 | 110011 | 0 | 10011 | 100111 | 1000011 | 11110 | 11000 | 11010 |
Color Harmonies of #534333
Complementary color
Monochromatic Colors of #534333
Black with #534333
Text Example
Text Example
White with #534333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534333; }
p { color: rgb(83,67,51); }
H1.HeaderClassName
{
color: #534333;
}
.AnyTagClassName
{
color: #534333;
}
</style>
background-color css
<style>
a { background-color: #534333; }
a { background-color: rgb(83,67,51); }
div.DivClassName
{
background-color: #534333;
}
.BgClassName
{
background-color: #534333;
}
</style>
border-color css
<style>
span { border-color: #534333; }
span { border-color: rgb(83,67,51); }
td.TdClassName
{
border-color: #534333;
}
.TagClassName
{
border-color: #534333;
}
</style>