Shades of Bronze Olive #65531B
Tints of Bronze Olive #65531B
RGB
CMYK
RGB Variations
Color information
#65531B (or 0x65531B) is known color: Bronze Olive. HEX triplet: 65, 53 and 1B. RGB value is (101,83,27). Sum of RGB (Red+Green+Blue) = 101+83+27=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65531B is #9AACE4. Grayscale: #525252. Windows color (decimal): -10136805 or 1790821. OLE color: 1790821.
HSL color Cylindrical-coordinate representation of color #65531B: hue angle of 45.41º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65531B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 27 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.60 |
| HSL | 45.41º | 0.58% | 0.25% | - |
| HSV(B) | 45.41º | 0.73% | 0.4% | - |
| XYZ | 8.66 | 9.03 | 2.32 | - |
| YUV | 82 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 27 | 0 | 0.18 | 0.73 | 0.60 | 45.41 | 0.58 | 0.25 |
| Hex | 65 | 53 | 1B | 0 | 12 | 49 | 3C | 2D | 3A | 19 |
| Octal | 145 | 123 | 33 | 0 | 22 | 111 | 74 | 55 | 72 | 31 |
| Binary | 1100101 | 1010011 | 11011 | 0 | 10010 | 1001001 | 111100 | 101101 | 111010 | 11001 |
Color Harmonies of #65531B
Complementary color
Monochromatic Colors of #65531B
Black with #65531B
Text Example
Text Example
White with #65531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65531B; }
p { color: rgb(101,83,27); }
H1.HeaderClassName
{
color: #65531B;
}
.AnyTagClassName
{
color: #65531B;
}
</style>
background-color css
<style>
a { background-color: #65531B; }
a { background-color: rgb(101,83,27); }
div.DivClassName
{
background-color: #65531B;
}
.BgClassName
{
background-color: #65531B;
}
</style>
border-color css
<style>
span { border-color: #65531B; }
span { border-color: rgb(101,83,27); }
td.TdClassName
{
border-color: #65531B;
}
.TagClassName
{
border-color: #65531B;
}
</style>