Shades of Bronze Olive #53440D
Tints of Bronze Olive #53440D
RGB
CMYK
RGB Variations
Color information
#53440D (or 0x53440D) is known color: Bronze Olive. HEX triplet: 53, 44 and 0D. RGB value is (83,68,13). Sum of RGB (Red+Green+Blue) = 83+68+13=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440D is #ACBBF2. Grayscale: #424242. Windows color (decimal): -11320307 or 869459. OLE color: 869459.
HSL color Cylindrical-coordinate representation of color #53440D: hue angle of 47.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53440D is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 13 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.67 |
| HSL | 47.14º | 0.73% | 0.19% | - |
| HSV(B) | 47.14º | 0.84% | 0.33% | - |
| XYZ | 5.71 | 6 | 1.24 | - |
| YUV | 66.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 13 | 0 | 0.18 | 0.84 | 0.67 | 47.14 | 0.73 | 0.19 |
| Hex | 53 | 44 | D | 0 | 12 | 54 | 43 | 2F | 49 | 13 |
| Octal | 123 | 104 | 15 | 0 | 22 | 124 | 103 | 57 | 111 | 23 |
| Binary | 1010011 | 1000100 | 1101 | 0 | 10010 | 1010100 | 1000011 | 101111 | 1001001 | 10011 |
Color Harmonies of #53440D
Complementary color
Monochromatic Colors of #53440D
Black with #53440D
Text Example
Text Example
White with #53440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53440D; }
p { color: rgb(83,68,13); }
H1.HeaderClassName
{
color: #53440D;
}
.AnyTagClassName
{
color: #53440D;
}
</style>
background-color css
<style>
a { background-color: #53440D; }
a { background-color: rgb(83,68,13); }
div.DivClassName
{
background-color: #53440D;
}
.BgClassName
{
background-color: #53440D;
}
</style>
border-color css
<style>
span { border-color: #53440D; }
span { border-color: rgb(83,68,13); }
td.TdClassName
{
border-color: #53440D;
}
.TagClassName
{
border-color: #53440D;
}
</style>