Shades of Bronze Olive #534323
Tints of Bronze Olive #534323
RGB
CMYK
RGB Variations
Color information
#534323 (or 0x534323) is known color: Bronze Olive. HEX triplet: 53, 43 and 23. RGB value is (83,67,35). Sum of RGB (Red+Green+Blue) = 83+67+35=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534323 is #ACBCDC. Grayscale: #444444. Windows color (decimal): -11320541 or 2310995. OLE color: 2310995.
HSL color Cylindrical-coordinate representation of color #534323: hue angle of 40º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534323 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 67 | 35 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.67 |
| HSL | 40º | 0.41% | 0.23% | - |
| HSV(B) | 40º | 0.58% | 0.33% | - |
| XYZ | 5.88 | 5.97 | 2.43 | - |
| YUV | 68.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 67 | 35 | 0 | 0.19 | 0.58 | 0.67 | 40 | 0.41 | 0.23 |
| Hex | 53 | 43 | 23 | 0 | 13 | 3A | 43 | 28 | 29 | 17 |
| Octal | 123 | 103 | 43 | 0 | 23 | 72 | 103 | 50 | 51 | 27 |
| Binary | 1010011 | 1000011 | 100011 | 0 | 10011 | 111010 | 1000011 | 101000 | 101001 | 10111 |
Color Harmonies of #534323
Complementary color
Monochromatic Colors of #534323
Black with #534323
Text Example
Text Example
White with #534323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534323; }
p { color: rgb(83,67,35); }
H1.HeaderClassName
{
color: #534323;
}
.AnyTagClassName
{
color: #534323;
}
</style>
background-color css
<style>
a { background-color: #534323; }
a { background-color: rgb(83,67,35); }
div.DivClassName
{
background-color: #534323;
}
.BgClassName
{
background-color: #534323;
}
</style>
border-color css
<style>
span { border-color: #534323; }
span { border-color: rgb(83,67,35); }
td.TdClassName
{
border-color: #534323;
}
.TagClassName
{
border-color: #534323;
}
</style>