Shades of Bronze Olive #534B1D
Tints of Bronze Olive #534B1D
RGB
CMYK
RGB Variations
Color information
#534B1D (or 0x534B1D) is known color: Bronze Olive. HEX triplet: 53, 4B and 1D. RGB value is (83,75,29). Sum of RGB (Red+Green+Blue) = 83+75+29=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B1D is #ACB4E2. Grayscale: #484848. Windows color (decimal): -11318499 or 1919827. OLE color: 1919827.
HSL color Cylindrical-coordinate representation of color #534B1D: hue angle of 51.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534B1D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 29 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.67 |
| HSL | 51.11º | 0.48% | 0.22% | - |
| HSV(B) | 51.11º | 0.65% | 0.33% | - |
| XYZ | 6.31 | 6.96 | 2.17 | - |
| YUV | 72.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 29 | 0 | 0.10 | 0.65 | 0.67 | 51.11 | 0.48 | 0.22 |
| Hex | 53 | 4B | 1D | 0 | A | 41 | 43 | 33 | 30 | 16 |
| Octal | 123 | 113 | 35 | 0 | 12 | 101 | 103 | 63 | 60 | 26 |
| Binary | 1010011 | 1001011 | 11101 | 0 | 1010 | 1000001 | 1000011 | 110011 | 110000 | 10110 |
Color Harmonies of #534B1D
Complementary color
Monochromatic Colors of #534B1D
Black with #534B1D
Text Example
Text Example
White with #534B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B1D; }
p { color: rgb(83,75,29); }
H1.HeaderClassName
{
color: #534B1D;
}
.AnyTagClassName
{
color: #534B1D;
}
</style>
background-color css
<style>
a { background-color: #534B1D; }
a { background-color: rgb(83,75,29); }
div.DivClassName
{
background-color: #534B1D;
}
.BgClassName
{
background-color: #534B1D;
}
</style>
border-color css
<style>
span { border-color: #534B1D; }
span { border-color: rgb(83,75,29); }
td.TdClassName
{
border-color: #534B1D;
}
.TagClassName
{
border-color: #534B1D;
}
</style>