Shades of Bronze Olive #594C1C
Tints of Bronze Olive #594C1C
RGB
CMYK
RGB Variations
Color information
#594C1C (or 0x594C1C) is known color: Bronze Olive. HEX triplet: 59, 4C and 1C. RGB value is (89,76,28). Sum of RGB (Red+Green+Blue) = 89+76+28=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #594C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C1C is #A6B3E3. Grayscale: #4A4A4A. Windows color (decimal): -10925028 or 1854553. OLE color: 1854553.
HSL color Cylindrical-coordinate representation of color #594C1C: hue angle of 47.21º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594C1C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 28 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.65 |
| HSL | 47.21º | 0.52% | 0.23% | - |
| HSV(B) | 47.21º | 0.69% | 0.35% | - |
| XYZ | 6.91 | 7.38 | 2.16 | - |
| YUV | 74.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 28 | 0 | 0.15 | 0.69 | 0.65 | 47.21 | 0.52 | 0.23 |
| Hex | 59 | 4C | 1C | 0 | F | 45 | 41 | 2F | 34 | 17 |
| Octal | 131 | 114 | 34 | 0 | 17 | 105 | 101 | 57 | 64 | 27 |
| Binary | 1011001 | 1001100 | 11100 | 0 | 1111 | 1000101 | 1000001 | 101111 | 110100 | 10111 |
Color Harmonies of #594C1C
Complementary color
Monochromatic Colors of #594C1C
Black with #594C1C
Text Example
Text Example
White with #594C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C1C; }
p { color: rgb(89,76,28); }
H1.HeaderClassName
{
color: #594C1C;
}
.AnyTagClassName
{
color: #594C1C;
}
</style>
background-color css
<style>
a { background-color: #594C1C; }
a { background-color: rgb(89,76,28); }
div.DivClassName
{
background-color: #594C1C;
}
.BgClassName
{
background-color: #594C1C;
}
</style>
border-color css
<style>
span { border-color: #594C1C; }
span { border-color: rgb(89,76,28); }
td.TdClassName
{
border-color: #594C1C;
}
.TagClassName
{
border-color: #594C1C;
}
</style>