Shades of Bronze Olive #534B25
Tints of Bronze Olive #534B25
RGB
CMYK
RGB Variations
Color information
#534B25 (or 0x534B25) is known color: Bronze Olive. HEX triplet: 53, 4B and 25. RGB value is (83,75,37). Sum of RGB (Red+Green+Blue) = 83+75+37=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B25 is #ACB4DA. Grayscale: #494949. Windows color (decimal): -11318491 or 2444115. OLE color: 2444115.
HSL color Cylindrical-coordinate representation of color #534B25: hue angle of 49.57º 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 #534B25 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 37 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.67 |
| HSL | 49.57º | 0.38% | 0.24% | - |
| HSV(B) | 49.57º | 0.55% | 0.33% | - |
| XYZ | 6.42 | 7 | 2.76 | - |
| YUV | 73.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 37 | 0 | 0.10 | 0.55 | 0.67 | 49.57 | 0.38 | 0.24 |
| Hex | 53 | 4B | 25 | 0 | A | 37 | 43 | 32 | 26 | 18 |
| Octal | 123 | 113 | 45 | 0 | 12 | 67 | 103 | 62 | 46 | 30 |
| Binary | 1010011 | 1001011 | 100101 | 0 | 1010 | 110111 | 1000011 | 110010 | 100110 | 11000 |
Color Harmonies of #534B25
Complementary color
Monochromatic Colors of #534B25
Black with #534B25
Text Example
Text Example
White with #534B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B25; }
p { color: rgb(83,75,37); }
H1.HeaderClassName
{
color: #534B25;
}
.AnyTagClassName
{
color: #534B25;
}
</style>
background-color css
<style>
a { background-color: #534B25; }
a { background-color: rgb(83,75,37); }
div.DivClassName
{
background-color: #534B25;
}
.BgClassName
{
background-color: #534B25;
}
</style>
border-color css
<style>
span { border-color: #534B25; }
span { border-color: rgb(83,75,37); }
td.TdClassName
{
border-color: #534B25;
}
.TagClassName
{
border-color: #534B25;
}
</style>