Shades of Bronze Olive #534C25
Tints of Bronze Olive #534C25
RGB
CMYK
RGB Variations
Color information
#534C25 (or 0x534C25) is known color: Bronze Olive. HEX triplet: 53, 4C and 25. RGB value is (83,76,37). Sum of RGB (Red+Green+Blue) = 83+76+37=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C25 is #ACB3DA. Grayscale: #494949. Windows color (decimal): -11318235 or 2444371. OLE color: 2444371.
HSL color Cylindrical-coordinate representation of color #534C25: hue angle of 50.87º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534C25 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 37 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.67 |
| HSL | 50.87º | 0.38% | 0.24% | - |
| HSV(B) | 50.87º | 0.55% | 0.33% | - |
| XYZ | 6.49 | 7.14 | 2.79 | - |
| YUV | 73.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 37 | 0 | 0.08 | 0.55 | 0.67 | 50.87 | 0.38 | 0.24 |
| Hex | 53 | 4C | 25 | 0 | 8 | 37 | 43 | 33 | 26 | 18 |
| Octal | 123 | 114 | 45 | 0 | 10 | 67 | 103 | 63 | 46 | 30 |
| Binary | 1010011 | 1001100 | 100101 | 0 | 1000 | 110111 | 1000011 | 110011 | 100110 | 11000 |
Color Harmonies of #534C25
Complementary color
Monochromatic Colors of #534C25
Black with #534C25
Text Example
Text Example
White with #534C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C25; }
p { color: rgb(83,76,37); }
H1.HeaderClassName
{
color: #534C25;
}
.AnyTagClassName
{
color: #534C25;
}
</style>
background-color css
<style>
a { background-color: #534C25; }
a { background-color: rgb(83,76,37); }
div.DivClassName
{
background-color: #534C25;
}
.BgClassName
{
background-color: #534C25;
}
</style>
border-color css
<style>
span { border-color: #534C25; }
span { border-color: rgb(83,76,37); }
td.TdClassName
{
border-color: #534C25;
}
.TagClassName
{
border-color: #534C25;
}
</style>