Shades of Bronze Olive #5C4B1D
Tints of Bronze Olive #5C4B1D
RGB
CMYK
RGB Variations
Color information
#5C4B1D (or 0x5C4B1D) is known color: Bronze Olive. HEX triplet: 5C, 4B and 1D. RGB value is (92,75,29). Sum of RGB (Red+Green+Blue) = 92+75+29=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4B1D is #A3B4E2. Grayscale: #4B4B4B. Windows color (decimal): -10728675 or 1919836. OLE color: 1919836.
HSL color Cylindrical-coordinate representation of color #5C4B1D: hue angle of 43.81º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C4B1D is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 75 | 29 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.64 |
| HSL | 43.81º | 0.52% | 0.24% | - |
| HSV(B) | 43.81º | 0.68% | 0.36% | - |
| XYZ | 7.15 | 7.4 | 2.21 | - |
| YUV | 74.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 29 | 0 | 0.18 | 0.68 | 0.64 | 43.81 | 0.52 | 0.24 |
| Hex | 5C | 4B | 1D | 0 | 12 | 44 | 40 | 2C | 34 | 18 |
| Octal | 134 | 113 | 35 | 0 | 22 | 104 | 100 | 54 | 64 | 30 |
| Binary | 1011100 | 1001011 | 11101 | 0 | 10010 | 1000100 | 1000000 | 101100 | 110100 | 11000 |
Color Harmonies of #5C4B1D
Complementary color
Monochromatic Colors of #5C4B1D
Black with #5C4B1D
Text Example
Text Example
White with #5C4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4B1D; }
p { color: rgb(92,75,29); }
H1.HeaderClassName
{
color: #5C4B1D;
}
.AnyTagClassName
{
color: #5C4B1D;
}
</style>
background-color css
<style>
a { background-color: #5C4B1D; }
a { background-color: rgb(92,75,29); }
div.DivClassName
{
background-color: #5C4B1D;
}
.BgClassName
{
background-color: #5C4B1D;
}
</style>
border-color css
<style>
span { border-color: #5C4B1D; }
span { border-color: rgb(92,75,29); }
td.TdClassName
{
border-color: #5C4B1D;
}
.TagClassName
{
border-color: #5C4B1D;
}
</style>