Shades of Finch #808553
Tints of Finch #808553
RGB
CMYK
RGB Variations
Color information
#808553 (or 0x808553) is known color: Finch. HEX triplet: 80, 85 and 53. RGB value is (128,133,83). Sum of RGB (Red+Green+Blue) = 128+133+83=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #808553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808553 is #7F7AAC. Grayscale: #7E7E7E. Windows color (decimal): -8354477 or 5473664. OLE color: 5473664.
HSL color Cylindrical-coordinate representation of color #808553: hue angle of 66º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808553 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 83 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.48 |
| HSL | 66º | 0.23% | 0.42% | - |
| HSV(B) | 66º | 0.38% | 0.52% | - |
| XYZ | 18.85 | 21.99 | 11.43 | - |
| YUV | 125.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 83 | 0.04 | 0 | 0.38 | 0.48 | 66 | 0.23 | 0.42 |
| Hex | 80 | 85 | 53 | 4 | 0 | 26 | 30 | 42 | 17 | 2A |
| Octal | 200 | 205 | 123 | 4 | 0 | 46 | 60 | 102 | 27 | 52 |
| Binary | 10000000 | 10000101 | 1010011 | 100 | 0 | 100110 | 110000 | 1000010 | 10111 | 101010 |
Color Harmonies of #808553
Complementary color
Monochromatic Colors of #808553
Black with #808553
Text Example
Text Example
White with #808553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808553; }
p { color: rgb(128,133,83); }
H1.HeaderClassName
{
color: #808553;
}
.AnyTagClassName
{
color: #808553;
}
</style>
background-color css
<style>
a { background-color: #808553; }
a { background-color: rgb(128,133,83); }
div.DivClassName
{
background-color: #808553;
}
.BgClassName
{
background-color: #808553;
}
</style>
border-color css
<style>
span { border-color: #808553; }
span { border-color: rgb(128,133,83); }
td.TdClassName
{
border-color: #808553;
}
.TagClassName
{
border-color: #808553;
}
</style>