Shades of Bronze Olive #65521C
Tints of Bronze Olive #65521C
RGB
CMYK
RGB Variations
Color information
#65521C (or 0x65521C) is known color: Bronze Olive. HEX triplet: 65, 52 and 1C. RGB value is (101,82,28). Sum of RGB (Red+Green+Blue) = 101+82+28=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65521C is #9AADE3. Grayscale: #515151. Windows color (decimal): -10137060 or 1856101. OLE color: 1856101.
HSL color Cylindrical-coordinate representation of color #65521C: hue angle of 44.38º 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 #65521C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 28 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.60 |
| HSL | 44.38º | 0.57% | 0.25% | - |
| HSV(B) | 44.38º | 0.72% | 0.4% | - |
| XYZ | 8.59 | 8.89 | 2.36 | - |
| YUV | 81.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 28 | 0 | 0.19 | 0.72 | 0.60 | 44.38 | 0.57 | 0.25 |
| Hex | 65 | 52 | 1C | 0 | 13 | 48 | 3C | 2C | 39 | 19 |
| Octal | 145 | 122 | 34 | 0 | 23 | 110 | 74 | 54 | 71 | 31 |
| Binary | 1100101 | 1010010 | 11100 | 0 | 10011 | 1001000 | 111100 | 101100 | 111001 | 11001 |
Color Harmonies of #65521C
Complementary color
Monochromatic Colors of #65521C
Black with #65521C
Text Example
Text Example
White with #65521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65521C; }
p { color: rgb(101,82,28); }
H1.HeaderClassName
{
color: #65521C;
}
.AnyTagClassName
{
color: #65521C;
}
</style>
background-color css
<style>
a { background-color: #65521C; }
a { background-color: rgb(101,82,28); }
div.DivClassName
{
background-color: #65521C;
}
.BgClassName
{
background-color: #65521C;
}
</style>
border-color css
<style>
span { border-color: #65521C; }
span { border-color: rgb(101,82,28); }
td.TdClassName
{
border-color: #65521C;
}
.TagClassName
{
border-color: #65521C;
}
</style>