Shades of Bronze Olive #534B08
Tints of Bronze Olive #534B08
RGB
CMYK
RGB Variations
Color information
#534B08 (or 0x534B08) is known color: Bronze Olive. HEX triplet: 53, 4B and 08. RGB value is (83,75,8). Sum of RGB (Red+Green+Blue) = 83+75+8=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B08 is #ACB4F7. Grayscale: #464646. Windows color (decimal): -11318520 or 543571. OLE color: 543571.
HSL color Cylindrical-coordinate representation of color #534B08: hue angle of 53.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534B08 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 8 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.67 |
| HSL | 53.6º | 0.82% | 0.18% | - |
| HSV(B) | 53.6º | 0.9% | 0.33% | - |
| XYZ | 6.13 | 6.89 | 1.24 | - |
| YUV | 69.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 8 | 0 | 0.10 | 0.90 | 0.67 | 53.6 | 0.82 | 0.18 |
| Hex | 53 | 4B | 8 | 0 | A | 5A | 43 | 36 | 52 | 12 |
| Octal | 123 | 113 | 10 | 0 | 12 | 132 | 103 | 66 | 122 | 22 |
| Binary | 1010011 | 1001011 | 1000 | 0 | 1010 | 1011010 | 1000011 | 110110 | 1010010 | 10010 |
Color Harmonies of #534B08
Complementary color
Monochromatic Colors of #534B08
Black with #534B08
Text Example
Text Example
White with #534B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B08; }
p { color: rgb(83,75,8); }
H1.HeaderClassName
{
color: #534B08;
}
.AnyTagClassName
{
color: #534B08;
}
</style>
background-color css
<style>
a { background-color: #534B08; }
a { background-color: rgb(83,75,8); }
div.DivClassName
{
background-color: #534B08;
}
.BgClassName
{
background-color: #534B08;
}
</style>
border-color css
<style>
span { border-color: #534B08; }
span { border-color: rgb(83,75,8); }
td.TdClassName
{
border-color: #534B08;
}
.TagClassName
{
border-color: #534B08;
}
</style>