Shades of Bronze Olive #53450B
Tints of Bronze Olive #53450B
RGB
CMYK
RGB Variations
Color information
#53450B (or 0x53450B) is known color: Bronze Olive. HEX triplet: 53, 45 and 0B. RGB value is (83,69,11). Sum of RGB (Red+Green+Blue) = 83+69+11=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450B is #ACBAF4. Grayscale: #424242. Windows color (decimal): -11320053 or 738643. OLE color: 738643.
HSL color Cylindrical-coordinate representation of color #53450B: hue angle of 48.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53450B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 11 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.67 |
| HSL | 48.33º | 0.77% | 0.18% | - |
| HSV(B) | 48.33º | 0.87% | 0.33% | - |
| XYZ | 5.76 | 6.12 | 1.19 | - |
| YUV | 66.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 11 | 0 | 0.17 | 0.87 | 0.67 | 48.33 | 0.77 | 0.18 |
| Hex | 53 | 45 | B | 0 | 11 | 57 | 43 | 30 | 4D | 12 |
| Octal | 123 | 105 | 13 | 0 | 21 | 127 | 103 | 60 | 115 | 22 |
| Binary | 1010011 | 1000101 | 1011 | 0 | 10001 | 1010111 | 1000011 | 110000 | 1001101 | 10010 |
Color Harmonies of #53450B
Complementary color
Monochromatic Colors of #53450B
Black with #53450B
Text Example
Text Example
White with #53450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53450B; }
p { color: rgb(83,69,11); }
H1.HeaderClassName
{
color: #53450B;
}
.AnyTagClassName
{
color: #53450B;
}
</style>
background-color css
<style>
a { background-color: #53450B; }
a { background-color: rgb(83,69,11); }
div.DivClassName
{
background-color: #53450B;
}
.BgClassName
{
background-color: #53450B;
}
</style>
border-color css
<style>
span { border-color: #53450B; }
span { border-color: rgb(83,69,11); }
td.TdClassName
{
border-color: #53450B;
}
.TagClassName
{
border-color: #53450B;
}
</style>