Shades of Bronze Olive #504B1C
Tints of Bronze Olive #504B1C
RGB
CMYK
RGB Variations
Color information
#504B1C (or 0x504B1C) is known color: Bronze Olive. HEX triplet: 50, 4B and 1C. RGB value is (80,75,28). Sum of RGB (Red+Green+Blue) = 80+75+28=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #504B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504B1C is #AFB4E3. Grayscale: #474747. Windows color (decimal): -11515108 or 1854288. OLE color: 1854288.
HSL color Cylindrical-coordinate representation of color #504B1C: hue angle of 54.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504B1C is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 75 | 28 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.69 |
| HSL | 54.23º | 0.48% | 0.21% | - |
| HSV(B) | 54.23º | 0.65% | 0.31% | - |
| XYZ | 6.03 | 6.82 | 2.1 | - |
| YUV | 71.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 28 | 0 | 0.06 | 0.65 | 0.69 | 54.23 | 0.48 | 0.21 |
| Hex | 50 | 4B | 1C | 0 | 6 | 41 | 45 | 36 | 30 | 15 |
| Octal | 120 | 113 | 34 | 0 | 6 | 101 | 105 | 66 | 60 | 25 |
| Binary | 1010000 | 1001011 | 11100 | 0 | 110 | 1000001 | 1000101 | 110110 | 110000 | 10101 |
Color Harmonies of #504B1C
Complementary color
Monochromatic Colors of #504B1C
Black with #504B1C
Text Example
Text Example
White with #504B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B1C; }
p { color: rgb(80,75,28); }
H1.HeaderClassName
{
color: #504B1C;
}
.AnyTagClassName
{
color: #504B1C;
}
</style>
background-color css
<style>
a { background-color: #504B1C; }
a { background-color: rgb(80,75,28); }
div.DivClassName
{
background-color: #504B1C;
}
.BgClassName
{
background-color: #504B1C;
}
</style>
border-color css
<style>
span { border-color: #504B1C; }
span { border-color: rgb(80,75,28); }
td.TdClassName
{
border-color: #504B1C;
}
.TagClassName
{
border-color: #504B1C;
}
</style>