Shades of Bronze Olive #64521D
Tints of Bronze Olive #64521D
RGB
CMYK
RGB Variations
Color information
#64521D (or 0x64521D) is known color: Bronze Olive. HEX triplet: 64, 52 and 1D. RGB value is (100,82,29). Sum of RGB (Red+Green+Blue) = 100+82+29=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64521D is #9BADE2. Grayscale: #515151. Windows color (decimal): -10202595 or 1921636. OLE color: 1921636.
HSL color Cylindrical-coordinate representation of color #64521D: hue angle of 44.79º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64521D is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 82 | 29 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.61 |
| HSL | 44.79º | 0.55% | 0.25% | - |
| HSV(B) | 44.79º | 0.71% | 0.39% | - |
| XYZ | 8.49 | 8.83 | 2.42 | - |
| YUV | 81.34 | 98.46 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 82 | 29 | 0 | 0.18 | 0.71 | 0.61 | 44.79 | 0.55 | 0.25 |
| Hex | 64 | 52 | 1D | 0 | 12 | 47 | 3D | 2D | 37 | 19 |
| Octal | 144 | 122 | 35 | 0 | 22 | 107 | 75 | 55 | 67 | 31 |
| Binary | 1100100 | 1010010 | 11101 | 0 | 10010 | 1000111 | 111101 | 101101 | 110111 | 11001 |
Color Harmonies of #64521D
Complementary color
Monochromatic Colors of #64521D
Black with #64521D
Text Example
Text Example
White with #64521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64521D; }
p { color: rgb(100,82,29); }
H1.HeaderClassName
{
color: #64521D;
}
.AnyTagClassName
{
color: #64521D;
}
</style>
background-color css
<style>
a { background-color: #64521D; }
a { background-color: rgb(100,82,29); }
div.DivClassName
{
background-color: #64521D;
}
.BgClassName
{
background-color: #64521D;
}
</style>
border-color css
<style>
span { border-color: #64521D; }
span { border-color: rgb(100,82,29); }
td.TdClassName
{
border-color: #64521D;
}
.TagClassName
{
border-color: #64521D;
}
</style>