Shades of Deep Bronze #534330
Tints of Deep Bronze #534330
RGB
CMYK
RGB Variations
Color information
#534330 (or 0x534330) is known color: Deep Bronze. HEX triplet: 53, 43 and 30. RGB value is (83,67,48). Sum of RGB (Red+Green+Blue) = 83+67+48=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #534330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534330 is #ACBCCF. Grayscale: #454545. Windows color (decimal): -11320528 or 3162963. OLE color: 3162963.
HSL color Cylindrical-coordinate representation of color #534330: hue angle of 32.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534330 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 48 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.67 |
| HSL | 32.57º | 0.27% | 0.26% | - |
| HSV(B) | 32.57º | 0.42% | 0.33% | - |
| XYZ | 6.11 | 6.07 | 3.65 | - |
| YUV | 69.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 48 | 0 | 0.19 | 0.42 | 0.67 | 32.57 | 0.27 | 0.26 |
| Hex | 53 | 43 | 30 | 0 | 13 | 2A | 43 | 21 | 1B | 1A |
| Octal | 123 | 103 | 60 | 0 | 23 | 52 | 103 | 41 | 33 | 32 |
| Binary | 1010011 | 1000011 | 110000 | 0 | 10011 | 101010 | 1000011 | 100001 | 11011 | 11010 |
Color Harmonies of #534330
Complementary color
Monochromatic Colors of #534330
Black with #534330
Text Example
Text Example
White with #534330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534330; }
p { color: rgb(83,67,48); }
H1.HeaderClassName
{
color: #534330;
}
.AnyTagClassName
{
color: #534330;
}
</style>
background-color css
<style>
a { background-color: #534330; }
a { background-color: rgb(83,67,48); }
div.DivClassName
{
background-color: #534330;
}
.BgClassName
{
background-color: #534330;
}
</style>
border-color css
<style>
span { border-color: #534330; }
span { border-color: rgb(83,67,48); }
td.TdClassName
{
border-color: #534330;
}
.TagClassName
{
border-color: #534330;
}
</style>