Shades of Finch #808253
Tints of Finch #808253
RGB
CMYK
RGB Variations
Color information
#808253 (or 0x808253) is known color: Finch. HEX triplet: 80, 82 and 53. RGB value is (128,130,83). Sum of RGB (Red+Green+Blue) = 128+130+83=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #808253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808253 is #7F7DAC. Grayscale: #7C7C7C. Windows color (decimal): -8355245 or 5472896. OLE color: 5472896.
HSL color Cylindrical-coordinate representation of color #808253: hue angle of 62.55º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808253 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 83 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.49 |
| HSL | 62.55º | 0.22% | 0.42% | - |
| HSV(B) | 62.55º | 0.36% | 0.51% | - |
| XYZ | 18.45 | 21.18 | 11.3 | - |
| YUV | 124.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 83 | 0.02 | 0 | 0.36 | 0.49 | 62.55 | 0.22 | 0.42 |
| Hex | 80 | 82 | 53 | 2 | 0 | 24 | 31 | 3F | 16 | 2A |
| Octal | 200 | 202 | 123 | 2 | 0 | 44 | 61 | 77 | 26 | 52 |
| Binary | 10000000 | 10000010 | 1010011 | 10 | 0 | 100100 | 110001 | 111111 | 10110 | 101010 |
Color Harmonies of #808253
Complementary color
Monochromatic Colors of #808253
Black with #808253
Text Example
Text Example
White with #808253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808253; }
p { color: rgb(128,130,83); }
H1.HeaderClassName
{
color: #808253;
}
.AnyTagClassName
{
color: #808253;
}
</style>
background-color css
<style>
a { background-color: #808253; }
a { background-color: rgb(128,130,83); }
div.DivClassName
{
background-color: #808253;
}
.BgClassName
{
background-color: #808253;
}
</style>
border-color css
<style>
span { border-color: #808253; }
span { border-color: rgb(128,130,83); }
td.TdClassName
{
border-color: #808253;
}
.TagClassName
{
border-color: #808253;
}
</style>