Shades of Bronze Olive #534B24
Tints of Bronze Olive #534B24
RGB
CMYK
RGB Variations
Color information
#534B24 (or 0x534B24) is known color: Bronze Olive. HEX triplet: 53, 4B and 24. RGB value is (83,75,36). Sum of RGB (Red+Green+Blue) = 83+75+36=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B24 is #ACB4DB. Grayscale: #494949. Windows color (decimal): -11318492 or 2378579. OLE color: 2378579.
HSL color Cylindrical-coordinate representation of color #534B24: hue angle of 49.79º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534B24 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 36 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.67 |
| HSL | 49.79º | 0.39% | 0.23% | - |
| HSV(B) | 49.79º | 0.57% | 0.33% | - |
| XYZ | 6.4 | 7 | 2.68 | - |
| YUV | 72.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 36 | 0 | 0.10 | 0.57 | 0.67 | 49.79 | 0.39 | 0.23 |
| Hex | 53 | 4B | 24 | 0 | A | 39 | 43 | 32 | 27 | 17 |
| Octal | 123 | 113 | 44 | 0 | 12 | 71 | 103 | 62 | 47 | 27 |
| Binary | 1010011 | 1001011 | 100100 | 0 | 1010 | 111001 | 1000011 | 110010 | 100111 | 10111 |
Color Harmonies of #534B24
Complementary color
Monochromatic Colors of #534B24
Black with #534B24
Text Example
Text Example
White with #534B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B24; }
p { color: rgb(83,75,36); }
H1.HeaderClassName
{
color: #534B24;
}
.AnyTagClassName
{
color: #534B24;
}
</style>
background-color css
<style>
a { background-color: #534B24; }
a { background-color: rgb(83,75,36); }
div.DivClassName
{
background-color: #534B24;
}
.BgClassName
{
background-color: #534B24;
}
</style>
border-color css
<style>
span { border-color: #534B24; }
span { border-color: rgb(83,75,36); }
td.TdClassName
{
border-color: #534B24;
}
.TagClassName
{
border-color: #534B24;
}
</style>