Shades of Bronze Olive #534B09
Tints of Bronze Olive #534B09
RGB
CMYK
RGB Variations
Color information
#534B09 (or 0x534B09) is known color: Bronze Olive. HEX triplet: 53, 4B and 09. RGB value is (83,75,9). Sum of RGB (Red+Green+Blue) = 83+75+9=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B09 is #ACB4F6. Grayscale: #464646. Windows color (decimal): -11318519 or 609107. OLE color: 609107.
HSL color Cylindrical-coordinate representation of color #534B09: hue angle of 53.51º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #534B09 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 9 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.67 |
| HSL | 53.51º | 0.8% | 0.18% | - |
| HSV(B) | 53.51º | 0.89% | 0.33% | - |
| XYZ | 6.13 | 6.89 | 1.27 | - |
| YUV | 69.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 9 | 0 | 0.10 | 0.89 | 0.67 | 53.51 | 0.8 | 0.18 |
| Hex | 53 | 4B | 9 | 0 | A | 59 | 43 | 36 | 50 | 12 |
| Octal | 123 | 113 | 11 | 0 | 12 | 131 | 103 | 66 | 120 | 22 |
| Binary | 1010011 | 1001011 | 1001 | 0 | 1010 | 1011001 | 1000011 | 110110 | 1010000 | 10010 |
Color Harmonies of #534B09
Complementary color
Monochromatic Colors of #534B09
Black with #534B09
Text Example
Text Example
White with #534B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B09; }
p { color: rgb(83,75,9); }
H1.HeaderClassName
{
color: #534B09;
}
.AnyTagClassName
{
color: #534B09;
}
</style>
background-color css
<style>
a { background-color: #534B09; }
a { background-color: rgb(83,75,9); }
div.DivClassName
{
background-color: #534B09;
}
.BgClassName
{
background-color: #534B09;
}
</style>
border-color css
<style>
span { border-color: #534B09; }
span { border-color: rgb(83,75,9); }
td.TdClassName
{
border-color: #534B09;
}
.TagClassName
{
border-color: #534B09;
}
</style>