Shades of Bronze Olive #534B22
Tints of Bronze Olive #534B22
RGB
CMYK
RGB Variations
Color information
#534B22 (or 0x534B22) is known color: Bronze Olive. HEX triplet: 53, 4B and 22. RGB value is (83,75,34). Sum of RGB (Red+Green+Blue) = 83+75+34=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B22 is #ACB4DD. Grayscale: #484848. Windows color (decimal): -11318494 or 2247507. OLE color: 2247507.
HSL color Cylindrical-coordinate representation of color #534B22: hue angle of 50.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534B22 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 34 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.67 |
| HSL | 50.2º | 0.42% | 0.23% | - |
| HSV(B) | 50.2º | 0.59% | 0.33% | - |
| XYZ | 6.37 | 6.99 | 2.53 | - |
| YUV | 72.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 34 | 0 | 0.10 | 0.59 | 0.67 | 50.2 | 0.42 | 0.23 |
| Hex | 53 | 4B | 22 | 0 | A | 3B | 43 | 32 | 2A | 17 |
| Octal | 123 | 113 | 42 | 0 | 12 | 73 | 103 | 62 | 52 | 27 |
| Binary | 1010011 | 1001011 | 100010 | 0 | 1010 | 111011 | 1000011 | 110010 | 101010 | 10111 |
Color Harmonies of #534B22
Complementary color
Monochromatic Colors of #534B22
Black with #534B22
Text Example
Text Example
White with #534B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B22; }
p { color: rgb(83,75,34); }
H1.HeaderClassName
{
color: #534B22;
}
.AnyTagClassName
{
color: #534B22;
}
</style>
background-color css
<style>
a { background-color: #534B22; }
a { background-color: rgb(83,75,34); }
div.DivClassName
{
background-color: #534B22;
}
.BgClassName
{
background-color: #534B22;
}
</style>
border-color css
<style>
span { border-color: #534B22; }
span { border-color: rgb(83,75,34); }
td.TdClassName
{
border-color: #534B22;
}
.TagClassName
{
border-color: #534B22;
}
</style>