Shades of Deep Bronze #53412C
Tints of Deep Bronze #53412C
RGB
CMYK
RGB Variations
Color information
#53412C (or 0x53412C) is known color: Deep Bronze. HEX triplet: 53, 41 and 2C. RGB value is (83,65,44). Sum of RGB (Red+Green+Blue) = 83+65+44=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53412C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53412C is #ACBED3. Grayscale: #444444. Windows color (decimal): -11321044 or 2900307. OLE color: 2900307.
HSL color Cylindrical-coordinate representation of color #53412C: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53412C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 65 | 44 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.67 |
| HSL | 32.31º | 0.31% | 0.25% | - |
| HSV(B) | 32.31º | 0.47% | 0.33% | - |
| XYZ | 5.91 | 5.8 | 3.19 | - |
| YUV | 67.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 44 | 0 | 0.22 | 0.47 | 0.67 | 32.31 | 0.31 | 0.25 |
| Hex | 53 | 41 | 2C | 0 | 16 | 2F | 43 | 20 | 1F | 19 |
| Octal | 123 | 101 | 54 | 0 | 26 | 57 | 103 | 40 | 37 | 31 |
| Binary | 1010011 | 1000001 | 101100 | 0 | 10110 | 101111 | 1000011 | 100000 | 11111 | 11001 |
Color Harmonies of #53412C
Complementary color
Monochromatic Colors of #53412C
Black with #53412C
Text Example
Text Example
White with #53412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53412C; }
p { color: rgb(83,65,44); }
H1.HeaderClassName
{
color: #53412C;
}
.AnyTagClassName
{
color: #53412C;
}
</style>
background-color css
<style>
a { background-color: #53412C; }
a { background-color: rgb(83,65,44); }
div.DivClassName
{
background-color: #53412C;
}
.BgClassName
{
background-color: #53412C;
}
</style>
border-color css
<style>
span { border-color: #53412C; }
span { border-color: rgb(83,65,44); }
td.TdClassName
{
border-color: #53412C;
}
.TagClassName
{
border-color: #53412C;
}
</style>