Shades of Deep Bronze #53432F
Tints of Deep Bronze #53432F
RGB
CMYK
RGB Variations
Color information
#53432F (or 0x53432F) is known color: Deep Bronze. HEX triplet: 53, 43 and 2F. RGB value is (83,67,47). Sum of RGB (Red+Green+Blue) = 83+67+47=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53432F is #ACBCD0. Grayscale: #454545. Windows color (decimal): -11320529 or 3097427. OLE color: 3097427.
HSL color Cylindrical-coordinate representation of color #53432F: hue angle of 33.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53432F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 47 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.67 |
| HSL | 33.33º | 0.28% | 0.25% | - |
| HSV(B) | 33.33º | 0.43% | 0.33% | - |
| XYZ | 6.09 | 6.06 | 3.54 | - |
| YUV | 69.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 47 | 0 | 0.19 | 0.43 | 0.67 | 33.33 | 0.28 | 0.25 |
| Hex | 53 | 43 | 2F | 0 | 13 | 2B | 43 | 21 | 1C | 19 |
| Octal | 123 | 103 | 57 | 0 | 23 | 53 | 103 | 41 | 34 | 31 |
| Binary | 1010011 | 1000011 | 101111 | 0 | 10011 | 101011 | 1000011 | 100001 | 11100 | 11001 |
Color Harmonies of #53432F
Complementary color
Monochromatic Colors of #53432F
Black with #53432F
Text Example
Text Example
White with #53432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53432F; }
p { color: rgb(83,67,47); }
H1.HeaderClassName
{
color: #53432F;
}
.AnyTagClassName
{
color: #53432F;
}
</style>
background-color css
<style>
a { background-color: #53432F; }
a { background-color: rgb(83,67,47); }
div.DivClassName
{
background-color: #53432F;
}
.BgClassName
{
background-color: #53432F;
}
</style>
border-color css
<style>
span { border-color: #53432F; }
span { border-color: rgb(83,67,47); }
td.TdClassName
{
border-color: #53432F;
}
.TagClassName
{
border-color: #53432F;
}
</style>