Shades of Bronze Olive #65531C
Tints of Bronze Olive #65531C
RGB
CMYK
RGB Variations
Color information
#65531C (or 0x65531C) is known color: Bronze Olive. HEX triplet: 65, 53 and 1C. RGB value is (101,83,28). Sum of RGB (Red+Green+Blue) = 101+83+28=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65531C is #9AACE3. Grayscale: #525252. Windows color (decimal): -10136804 or 1856357. OLE color: 1856357.
HSL color Cylindrical-coordinate representation of color #65531C: hue angle of 45.21º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65531C is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 28 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.60 |
| HSL | 45.21º | 0.57% | 0.25% | - |
| HSV(B) | 45.21º | 0.72% | 0.4% | - |
| XYZ | 8.67 | 9.04 | 2.39 | - |
| YUV | 82.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 28 | 0 | 0.18 | 0.72 | 0.60 | 45.21 | 0.57 | 0.25 |
| Hex | 65 | 53 | 1C | 0 | 12 | 48 | 3C | 2D | 39 | 19 |
| Octal | 145 | 123 | 34 | 0 | 22 | 110 | 74 | 55 | 71 | 31 |
| Binary | 1100101 | 1010011 | 11100 | 0 | 10010 | 1001000 | 111100 | 101101 | 111001 | 11001 |
Color Harmonies of #65531C
Complementary color
Monochromatic Colors of #65531C
Black with #65531C
Text Example
Text Example
White with #65531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65531C; }
p { color: rgb(101,83,28); }
H1.HeaderClassName
{
color: #65531C;
}
.AnyTagClassName
{
color: #65531C;
}
</style>
background-color css
<style>
a { background-color: #65531C; }
a { background-color: rgb(101,83,28); }
div.DivClassName
{
background-color: #65531C;
}
.BgClassName
{
background-color: #65531C;
}
</style>
border-color css
<style>
span { border-color: #65531C; }
span { border-color: rgb(101,83,28); }
td.TdClassName
{
border-color: #65531C;
}
.TagClassName
{
border-color: #65531C;
}
</style>