Shades of Bronze Olive #5A430B
Tints of Bronze Olive #5A430B
RGB
CMYK
RGB Variations
Color information
#5A430B (or 0x5A430B) is known color: Bronze Olive. HEX triplet: 5A, 43 and 0B. RGB value is (90,67,11). Sum of RGB (Red+Green+Blue) = 90+67+11=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A430B is #A5BCF4. Grayscale: #434343. Windows color (decimal): -10861813 or 738138. OLE color: 738138.
HSL color Cylindrical-coordinate representation of color #5A430B: hue angle of 42.53º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A430B is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 11 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.65 |
| HSL | 42.53º | 0.78% | 0.2% | - |
| HSV(B) | 42.53º | 0.88% | 0.35% | - |
| XYZ | 6.28 | 6.21 | 1.18 | - |
| YUV | 67.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 11 | 0 | 0.26 | 0.88 | 0.65 | 42.53 | 0.78 | 0.2 |
| Hex | 5A | 43 | B | 0 | 1A | 58 | 41 | 2B | 4E | 14 |
| Octal | 132 | 103 | 13 | 0 | 32 | 130 | 101 | 53 | 116 | 24 |
| Binary | 1011010 | 1000011 | 1011 | 0 | 11010 | 1011000 | 1000001 | 101011 | 1001110 | 10100 |
Color Harmonies of #5A430B
Complementary color
Monochromatic Colors of #5A430B
Black with #5A430B
Text Example
Text Example
White with #5A430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A430B; }
p { color: rgb(90,67,11); }
H1.HeaderClassName
{
color: #5A430B;
}
.AnyTagClassName
{
color: #5A430B;
}
</style>
background-color css
<style>
a { background-color: #5A430B; }
a { background-color: rgb(90,67,11); }
div.DivClassName
{
background-color: #5A430B;
}
.BgClassName
{
background-color: #5A430B;
}
</style>
border-color css
<style>
span { border-color: #5A430B; }
span { border-color: rgb(90,67,11); }
td.TdClassName
{
border-color: #5A430B;
}
.TagClassName
{
border-color: #5A430B;
}
</style>