Shades of Metallic Bronze #534B3C
Tints of Metallic Bronze #534B3C
RGB
CMYK
RGB Variations
Color information
#534B3C (or 0x534B3C) is known color: Metallic Bronze. HEX triplet: 53, 4B and 3C. RGB value is (83,75,60). Sum of RGB (Red+Green+Blue) = 83+75+60=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3C is #ACB4C3. Grayscale: #4B4B4B. Windows color (decimal): -11318468 or 3951443. OLE color: 3951443.
HSL color Cylindrical-coordinate representation of color #534B3C: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534B3C is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 60 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.67 |
| HSL | 39.13º | 0.16% | 0.28% | - |
| HSV(B) | 39.13º | 0.28% | 0.33% | - |
| XYZ | 6.9 | 7.2 | 5.3 | - |
| YUV | 75.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 60 | 0 | 0.10 | 0.28 | 0.67 | 39.13 | 0.16 | 0.28 |
| Hex | 53 | 4B | 3C | 0 | A | 1C | 43 | 27 | 10 | 1C |
| Octal | 123 | 113 | 74 | 0 | 12 | 34 | 103 | 47 | 20 | 34 |
| Binary | 1010011 | 1001011 | 111100 | 0 | 1010 | 11100 | 1000011 | 100111 | 10000 | 11100 |
Color Harmonies of #534B3C
Complementary color
Monochromatic Colors of #534B3C
Black with #534B3C
Text Example
Text Example
White with #534B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B3C; }
p { color: rgb(83,75,60); }
H1.HeaderClassName
{
color: #534B3C;
}
.AnyTagClassName
{
color: #534B3C;
}
</style>
background-color css
<style>
a { background-color: #534B3C; }
a { background-color: rgb(83,75,60); }
div.DivClassName
{
background-color: #534B3C;
}
.BgClassName
{
background-color: #534B3C;
}
</style>
border-color css
<style>
span { border-color: #534B3C; }
span { border-color: rgb(83,75,60); }
td.TdClassName
{
border-color: #534B3C;
}
.TagClassName
{
border-color: #534B3C;
}
</style>