Shades of Bronze Olive #534B12
Tints of Bronze Olive #534B12
RGB
CMYK
RGB Variations
Color information
#534B12 (or 0x534B12) is known color: Bronze Olive. HEX triplet: 53, 4B and 12. RGB value is (83,75,18). Sum of RGB (Red+Green+Blue) = 83+75+18=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B12 is #ACB4ED. Grayscale: #474747. Windows color (decimal): -11318510 or 1198931. OLE color: 1198931.
HSL color Cylindrical-coordinate representation of color #534B12: hue angle of 52.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #534B12 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 18 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.67 |
| HSL | 52.62º | 0.64% | 0.2% | - |
| HSV(B) | 52.62º | 0.78% | 0.33% | - |
| XYZ | 6.19 | 6.91 | 1.58 | - |
| YUV | 70.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 18 | 0 | 0.10 | 0.78 | 0.67 | 52.62 | 0.64 | 0.2 |
| Hex | 53 | 4B | 12 | 0 | A | 4E | 43 | 35 | 40 | 14 |
| Octal | 123 | 113 | 22 | 0 | 12 | 116 | 103 | 65 | 100 | 24 |
| Binary | 1010011 | 1001011 | 10010 | 0 | 1010 | 1001110 | 1000011 | 110101 | 1000000 | 10100 |
Color Harmonies of #534B12
Complementary color
Monochromatic Colors of #534B12
Black with #534B12
Text Example
Text Example
White with #534B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B12; }
p { color: rgb(83,75,18); }
H1.HeaderClassName
{
color: #534B12;
}
.AnyTagClassName
{
color: #534B12;
}
</style>
background-color css
<style>
a { background-color: #534B12; }
a { background-color: rgb(83,75,18); }
div.DivClassName
{
background-color: #534B12;
}
.BgClassName
{
background-color: #534B12;
}
</style>
border-color css
<style>
span { border-color: #534B12; }
span { border-color: rgb(83,75,18); }
td.TdClassName
{
border-color: #534B12;
}
.TagClassName
{
border-color: #534B12;
}
</style>