Shades of Bronze Olive #53440C
Tints of Bronze Olive #53440C
RGB
CMYK
RGB Variations
Color information
#53440C (or 0x53440C) is known color: Bronze Olive. HEX triplet: 53, 44 and 0C. RGB value is (83,68,12). Sum of RGB (Red+Green+Blue) = 83+68+12=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440C is #ACBBF3. Grayscale: #424242. Windows color (decimal): -11320308 or 803923. OLE color: 803923.
HSL color Cylindrical-coordinate representation of color #53440C: hue angle of 47.32º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53440C is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 12 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.67 |
| HSL | 47.32º | 0.75% | 0.19% | - |
| HSV(B) | 47.32º | 0.86% | 0.33% | - |
| XYZ | 5.7 | 6 | 1.21 | - |
| YUV | 66.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 12 | 0 | 0.18 | 0.86 | 0.67 | 47.32 | 0.75 | 0.19 |
| Hex | 53 | 44 | C | 0 | 12 | 56 | 43 | 2F | 4B | 13 |
| Octal | 123 | 104 | 14 | 0 | 22 | 126 | 103 | 57 | 113 | 23 |
| Binary | 1010011 | 1000100 | 1100 | 0 | 10010 | 1010110 | 1000011 | 101111 | 1001011 | 10011 |
Color Harmonies of #53440C
Complementary color
Monochromatic Colors of #53440C
Black with #53440C
Text Example
Text Example
White with #53440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53440C; }
p { color: rgb(83,68,12); }
H1.HeaderClassName
{
color: #53440C;
}
.AnyTagClassName
{
color: #53440C;
}
</style>
background-color css
<style>
a { background-color: #53440C; }
a { background-color: rgb(83,68,12); }
div.DivClassName
{
background-color: #53440C;
}
.BgClassName
{
background-color: #53440C;
}
</style>
border-color css
<style>
span { border-color: #53440C; }
span { border-color: rgb(83,68,12); }
td.TdClassName
{
border-color: #53440C;
}
.TagClassName
{
border-color: #53440C;
}
</style>