Shades of Deep Bronze #54432B
Tints of Deep Bronze #54432B
RGB
CMYK
RGB Variations
Color information
#54432B (or 0x54432B) is known color: Deep Bronze. HEX triplet: 54, 43 and 2B. RGB value is (84,67,43). Sum of RGB (Red+Green+Blue) = 84+67+43=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54432B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54432B is #ABBCD4. Grayscale: #454545. Windows color (decimal): -11254997 or 2835284. OLE color: 2835284.
HSL color Cylindrical-coordinate representation of color #54432B: hue angle of 35.12º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54432B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 67 | 43 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.67 |
| HSL | 35.12º | 0.32% | 0.25% | - |
| HSV(B) | 35.12º | 0.49% | 0.33% | - |
| XYZ | 6.1 | 6.07 | 3.14 | - |
| YUV | 69.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 43 | 0 | 0.20 | 0.49 | 0.67 | 35.12 | 0.32 | 0.25 |
| Hex | 54 | 43 | 2B | 0 | 14 | 31 | 43 | 23 | 20 | 19 |
| Octal | 124 | 103 | 53 | 0 | 24 | 61 | 103 | 43 | 40 | 31 |
| Binary | 1010100 | 1000011 | 101011 | 0 | 10100 | 110001 | 1000011 | 100011 | 100000 | 11001 |
Color Harmonies of #54432B
Complementary color
Monochromatic Colors of #54432B
Black with #54432B
Text Example
Text Example
White with #54432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54432B; }
p { color: rgb(84,67,43); }
H1.HeaderClassName
{
color: #54432B;
}
.AnyTagClassName
{
color: #54432B;
}
</style>
background-color css
<style>
a { background-color: #54432B; }
a { background-color: rgb(84,67,43); }
div.DivClassName
{
background-color: #54432B;
}
.BgClassName
{
background-color: #54432B;
}
</style>
border-color css
<style>
span { border-color: #54432B; }
span { border-color: rgb(84,67,43); }
td.TdClassName
{
border-color: #54432B;
}
.TagClassName
{
border-color: #54432B;
}
</style>