Shades of Bronze Olive #534C26
Tints of Bronze Olive #534C26
RGB
CMYK
RGB Variations
Color information
#534C26 (or 0x534C26) is known color: Bronze Olive. HEX triplet: 53, 4C and 26. RGB value is (83,76,38). Sum of RGB (Red+Green+Blue) = 83+76+38=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C26 is #ACB3D9. Grayscale: #494949. Windows color (decimal): -11318234 or 2509907. OLE color: 2509907.
HSL color Cylindrical-coordinate representation of color #534C26: hue angle of 50.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534C26 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 38 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.67 |
| HSL | 50.67º | 0.37% | 0.24% | - |
| HSV(B) | 50.67º | 0.54% | 0.33% | - |
| XYZ | 6.5 | 7.15 | 2.87 | - |
| YUV | 73.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 38 | 0 | 0.08 | 0.54 | 0.67 | 50.67 | 0.37 | 0.24 |
| Hex | 53 | 4C | 26 | 0 | 8 | 36 | 43 | 33 | 25 | 18 |
| Octal | 123 | 114 | 46 | 0 | 10 | 66 | 103 | 63 | 45 | 30 |
| Binary | 1010011 | 1001100 | 100110 | 0 | 1000 | 110110 | 1000011 | 110011 | 100101 | 11000 |
Color Harmonies of #534C26
Complementary color
Monochromatic Colors of #534C26
Black with #534C26
Text Example
Text Example
White with #534C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C26; }
p { color: rgb(83,76,38); }
H1.HeaderClassName
{
color: #534C26;
}
.AnyTagClassName
{
color: #534C26;
}
</style>
background-color css
<style>
a { background-color: #534C26; }
a { background-color: rgb(83,76,38); }
div.DivClassName
{
background-color: #534C26;
}
.BgClassName
{
background-color: #534C26;
}
</style>
border-color css
<style>
span { border-color: #534C26; }
span { border-color: rgb(83,76,38); }
td.TdClassName
{
border-color: #534C26;
}
.TagClassName
{
border-color: #534C26;
}
</style>