Shades of Bronze Olive #5C5308
Tints of Bronze Olive #5C5308
RGB
CMYK
RGB Variations
Color information
#5C5308 (or 0x5C5308) is known color: Bronze Olive. HEX triplet: 5C, 53 and 08. RGB value is (92,83,8). Sum of RGB (Red+Green+Blue) = 92+83+8=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5308 is #A3ACF7. Grayscale: #4D4D4D. Windows color (decimal): -10726648 or 545628. OLE color: 545628.
HSL color Cylindrical-coordinate representation of color #5C5308: hue angle of 53.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C5308 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 83 | 8 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.64 |
| HSL | 53.57º | 0.84% | 0.2% | - |
| HSV(B) | 53.57º | 0.91% | 0.36% | - |
| XYZ | 7.55 | 8.48 | 1.47 | - |
| YUV | 77.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 8 | 0 | 0.10 | 0.91 | 0.64 | 53.57 | 0.84 | 0.2 |
| Hex | 5C | 53 | 8 | 0 | A | 5B | 40 | 36 | 54 | 14 |
| Octal | 134 | 123 | 10 | 0 | 12 | 133 | 100 | 66 | 124 | 24 |
| Binary | 1011100 | 1010011 | 1000 | 0 | 1010 | 1011011 | 1000000 | 110110 | 1010100 | 10100 |
Color Harmonies of #5C5308
Complementary color
Monochromatic Colors of #5C5308
Black with #5C5308
Text Example
Text Example
White with #5C5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5308; }
p { color: rgb(92,83,8); }
H1.HeaderClassName
{
color: #5C5308;
}
.AnyTagClassName
{
color: #5C5308;
}
</style>
background-color css
<style>
a { background-color: #5C5308; }
a { background-color: rgb(92,83,8); }
div.DivClassName
{
background-color: #5C5308;
}
.BgClassName
{
background-color: #5C5308;
}
</style>
border-color css
<style>
span { border-color: #5C5308; }
span { border-color: rgb(92,83,8); }
td.TdClassName
{
border-color: #5C5308;
}
.TagClassName
{
border-color: #5C5308;
}
</style>