Shades of Deep Bronze #574330
Tints of Deep Bronze #574330
RGB
CMYK
RGB Variations
Color information
#574330 (or 0x574330) is known color: Deep Bronze. HEX triplet: 57, 43 and 30. RGB value is (87,67,48). Sum of RGB (Red+Green+Blue) = 87+67+48=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574330 is #A8BCCF. Grayscale: #464646. Windows color (decimal): -11058384 or 3162967. OLE color: 3162967.
HSL color Cylindrical-coordinate representation of color #574330: hue angle of 29.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574330 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 67 | 48 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.66 |
| HSL | 29.23º | 0.29% | 0.26% | - |
| HSV(B) | 29.23º | 0.45% | 0.34% | - |
| XYZ | 6.47 | 6.25 | 3.66 | - |
| YUV | 70.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 48 | 0 | 0.23 | 0.45 | 0.66 | 29.23 | 0.29 | 0.26 |
| Hex | 57 | 43 | 30 | 0 | 17 | 2D | 42 | 1D | 1D | 1A |
| Octal | 127 | 103 | 60 | 0 | 27 | 55 | 102 | 35 | 35 | 32 |
| Binary | 1010111 | 1000011 | 110000 | 0 | 10111 | 101101 | 1000010 | 11101 | 11101 | 11010 |
Color Harmonies of #574330
Complementary color
Monochromatic Colors of #574330
Black with #574330
Text Example
Text Example
White with #574330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574330; }
p { color: rgb(87,67,48); }
H1.HeaderClassName
{
color: #574330;
}
.AnyTagClassName
{
color: #574330;
}
</style>
background-color css
<style>
a { background-color: #574330; }
a { background-color: rgb(87,67,48); }
div.DivClassName
{
background-color: #574330;
}
.BgClassName
{
background-color: #574330;
}
</style>
border-color css
<style>
span { border-color: #574330; }
span { border-color: rgb(87,67,48); }
td.TdClassName
{
border-color: #574330;
}
.TagClassName
{
border-color: #574330;
}
</style>