Shades of Deep Bronze #5A452C
Tints of Deep Bronze #5A452C
RGB
CMYK
RGB Variations
Color information
#5A452C (or 0x5A452C) is known color: Deep Bronze. HEX triplet: 5A, 45 and 2C. RGB value is (90,69,44). Sum of RGB (Red+Green+Blue) = 90+69+44=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A452C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A452C is #A5BAD3. Grayscale: #484848. Windows color (decimal): -10861268 or 2901338. OLE color: 2901338.
HSL color Cylindrical-coordinate representation of color #5A452C: hue angle of 32.61º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A452C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 44 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.65 |
| HSL | 32.61º | 0.34% | 0.26% | - |
| HSV(B) | 32.61º | 0.51% | 0.35% | - |
| XYZ | 6.8 | 6.61 | 3.3 | - |
| YUV | 72.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 44 | 0 | 0.23 | 0.51 | 0.65 | 32.61 | 0.34 | 0.26 |
| Hex | 5A | 45 | 2C | 0 | 17 | 33 | 41 | 21 | 22 | 1A |
| Octal | 132 | 105 | 54 | 0 | 27 | 63 | 101 | 41 | 42 | 32 |
| Binary | 1011010 | 1000101 | 101100 | 0 | 10111 | 110011 | 1000001 | 100001 | 100010 | 11010 |
Color Harmonies of #5A452C
Complementary color
Monochromatic Colors of #5A452C
Black with #5A452C
Text Example
Text Example
White with #5A452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A452C; }
p { color: rgb(90,69,44); }
H1.HeaderClassName
{
color: #5A452C;
}
.AnyTagClassName
{
color: #5A452C;
}
</style>
background-color css
<style>
a { background-color: #5A452C; }
a { background-color: rgb(90,69,44); }
div.DivClassName
{
background-color: #5A452C;
}
.BgClassName
{
background-color: #5A452C;
}
</style>
border-color css
<style>
span { border-color: #5A452C; }
span { border-color: rgb(90,69,44); }
td.TdClassName
{
border-color: #5A452C;
}
.TagClassName
{
border-color: #5A452C;
}
</style>