Shades of Bronze Olive #53440F
Tints of Bronze Olive #53440F
RGB
CMYK
RGB Variations
Color information
#53440F (or 0x53440F) is known color: Bronze Olive. HEX triplet: 53, 44 and 0F. RGB value is (83,68,15). Sum of RGB (Red+Green+Blue) = 83+68+15=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53440F is #ACBBF0. Grayscale: #424242. Windows color (decimal): -11320305 or 1000531. OLE color: 1000531.
HSL color Cylindrical-coordinate representation of color #53440F: hue angle of 46.76º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53440F is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 15 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.67 |
| HSL | 46.76º | 0.69% | 0.19% | - |
| HSV(B) | 46.76º | 0.82% | 0.33% | - |
| XYZ | 5.72 | 6.01 | 1.31 | - |
| YUV | 66.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 15 | 0 | 0.18 | 0.82 | 0.67 | 46.76 | 0.69 | 0.19 |
| Hex | 53 | 44 | F | 0 | 12 | 52 | 43 | 2F | 45 | 13 |
| Octal | 123 | 104 | 17 | 0 | 22 | 122 | 103 | 57 | 105 | 23 |
| Binary | 1010011 | 1000100 | 1111 | 0 | 10010 | 1010010 | 1000011 | 101111 | 1000101 | 10011 |
Color Harmonies of #53440F
Complementary color
Monochromatic Colors of #53440F
Black with #53440F
Text Example
Text Example
White with #53440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53440F; }
p { color: rgb(83,68,15); }
H1.HeaderClassName
{
color: #53440F;
}
.AnyTagClassName
{
color: #53440F;
}
</style>
background-color css
<style>
a { background-color: #53440F; }
a { background-color: rgb(83,68,15); }
div.DivClassName
{
background-color: #53440F;
}
.BgClassName
{
background-color: #53440F;
}
</style>
border-color css
<style>
span { border-color: #53440F; }
span { border-color: rgb(83,68,15); }
td.TdClassName
{
border-color: #53440F;
}
.TagClassName
{
border-color: #53440F;
}
</style>