Shades of Bronze Olive #534423
Tints of Bronze Olive #534423
RGB
CMYK
RGB Variations
Color information
#534423 (or 0x534423) is known color: Bronze Olive. HEX triplet: 53, 44 and 23. RGB value is (83,68,35). Sum of RGB (Red+Green+Blue) = 83+68+35=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534423 is #ACBBDC. Grayscale: #444444. Windows color (decimal): -11320285 or 2311251. OLE color: 2311251.
HSL color Cylindrical-coordinate representation of color #534423: hue angle of 41.25º 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 #534423 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 68 | 35 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.67 |
| HSL | 41.25º | 0.41% | 0.23% | - |
| HSV(B) | 41.25º | 0.58% | 0.33% | - |
| XYZ | 5.94 | 6.09 | 2.45 | - |
| YUV | 68.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 35 | 0 | 0.18 | 0.58 | 0.67 | 41.25 | 0.41 | 0.23 |
| Hex | 53 | 44 | 23 | 0 | 12 | 3A | 43 | 29 | 29 | 17 |
| Octal | 123 | 104 | 43 | 0 | 22 | 72 | 103 | 51 | 51 | 27 |
| Binary | 1010011 | 1000100 | 100011 | 0 | 10010 | 111010 | 1000011 | 101001 | 101001 | 10111 |
Color Harmonies of #534423
Complementary color
Monochromatic Colors of #534423
Black with #534423
Text Example
Text Example
White with #534423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534423; }
p { color: rgb(83,68,35); }
H1.HeaderClassName
{
color: #534423;
}
.AnyTagClassName
{
color: #534423;
}
</style>
background-color css
<style>
a { background-color: #534423; }
a { background-color: rgb(83,68,35); }
div.DivClassName
{
background-color: #534423;
}
.BgClassName
{
background-color: #534423;
}
</style>
border-color css
<style>
span { border-color: #534423; }
span { border-color: rgb(83,68,35); }
td.TdClassName
{
border-color: #534423;
}
.TagClassName
{
border-color: #534423;
}
</style>