Shades of Bronze Olive #534B27
Tints of Bronze Olive #534B27
RGB
CMYK
RGB Variations
Color information
#534B27 (or 0x534B27) is known color: Bronze Olive. HEX triplet: 53, 4B and 27. RGB value is (83,75,39). Sum of RGB (Red+Green+Blue) = 83+75+39=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #534B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B27 is #ACB4D8. Grayscale: #494949. Windows color (decimal): -11318489 or 2575187. OLE color: 2575187.
HSL color Cylindrical-coordinate representation of color #534B27: hue angle of 49.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #534B27 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 39 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.67 |
| HSL | 49.09º | 0.36% | 0.24% | - |
| HSV(B) | 49.09º | 0.53% | 0.33% | - |
| XYZ | 6.45 | 7.02 | 2.93 | - |
| YUV | 73.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 39 | 0 | 0.10 | 0.53 | 0.67 | 49.09 | 0.36 | 0.24 |
| Hex | 53 | 4B | 27 | 0 | A | 35 | 43 | 31 | 24 | 18 |
| Octal | 123 | 113 | 47 | 0 | 12 | 65 | 103 | 61 | 44 | 30 |
| Binary | 1010011 | 1001011 | 100111 | 0 | 1010 | 110101 | 1000011 | 110001 | 100100 | 11000 |
Color Harmonies of #534B27
Complementary color
Monochromatic Colors of #534B27
Black with #534B27
Text Example
Text Example
White with #534B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B27; }
p { color: rgb(83,75,39); }
H1.HeaderClassName
{
color: #534B27;
}
.AnyTagClassName
{
color: #534B27;
}
</style>
background-color css
<style>
a { background-color: #534B27; }
a { background-color: rgb(83,75,39); }
div.DivClassName
{
background-color: #534B27;
}
.BgClassName
{
background-color: #534B27;
}
</style>
border-color css
<style>
span { border-color: #534B27; }
span { border-color: rgb(83,75,39); }
td.TdClassName
{
border-color: #534B27;
}
.TagClassName
{
border-color: #534B27;
}
</style>