Shades of Deep Bronze #534230
Tints of Deep Bronze #534230
RGB
CMYK
RGB Variations
Color information
#534230 (or 0x534230) is known color: Deep Bronze. HEX triplet: 53, 42 and 30. RGB value is (83,66,48). Sum of RGB (Red+Green+Blue) = 83+66+48=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534230 is #ACBDCF. Grayscale: #454545. Windows color (decimal): -11320784 or 3162707. OLE color: 3162707.
HSL color Cylindrical-coordinate representation of color #534230: hue angle of 30.86º 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 #534230 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 48 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.67 |
| HSL | 30.86º | 0.27% | 0.26% | - |
| HSV(B) | 30.86º | 0.42% | 0.33% | - |
| XYZ | 6.05 | 5.95 | 3.63 | - |
| YUV | 69.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 48 | 0 | 0.20 | 0.42 | 0.67 | 30.86 | 0.27 | 0.26 |
| Hex | 53 | 42 | 30 | 0 | 14 | 2A | 43 | 1F | 1B | 1A |
| Octal | 123 | 102 | 60 | 0 | 24 | 52 | 103 | 37 | 33 | 32 |
| Binary | 1010011 | 1000010 | 110000 | 0 | 10100 | 101010 | 1000011 | 11111 | 11011 | 11010 |
Color Harmonies of #534230
Complementary color
Monochromatic Colors of #534230
Black with #534230
Text Example
Text Example
White with #534230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534230; }
p { color: rgb(83,66,48); }
H1.HeaderClassName
{
color: #534230;
}
.AnyTagClassName
{
color: #534230;
}
</style>
background-color css
<style>
a { background-color: #534230; }
a { background-color: rgb(83,66,48); }
div.DivClassName
{
background-color: #534230;
}
.BgClassName
{
background-color: #534230;
}
</style>
border-color css
<style>
span { border-color: #534230; }
span { border-color: rgb(83,66,48); }
td.TdClassName
{
border-color: #534230;
}
.TagClassName
{
border-color: #534230;
}
</style>