Shades of Finch #80855B
Tints of Finch #80855B
RGB
CMYK
RGB Variations
Color information
#80855B (or 0x80855B) is known color: Finch. HEX triplet: 80, 85 and 5B. RGB value is (128,133,91). Sum of RGB (Red+Green+Blue) = 128+133+91=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #80855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80855B is #7F7AA4. Grayscale: #7E7E7E. Windows color (decimal): -8354469 or 5997952. OLE color: 5997952.
HSL color Cylindrical-coordinate representation of color #80855B: hue angle of 67.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80855B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 133 | 91 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.48 |
| HSL | 67.14º | 0.19% | 0.44% | - |
| HSV(B) | 67.14º | 0.32% | 0.52% | - |
| XYZ | 19.18 | 22.12 | 13.16 | - |
| YUV | 126.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 91 | 0.04 | 0 | 0.32 | 0.48 | 67.14 | 0.19 | 0.44 |
| Hex | 80 | 85 | 5B | 4 | 0 | 20 | 30 | 43 | 13 | 2C |
| Octal | 200 | 205 | 133 | 4 | 0 | 40 | 60 | 103 | 23 | 54 |
| Binary | 10000000 | 10000101 | 1011011 | 100 | 0 | 100000 | 110000 | 1000011 | 10011 | 101100 |
Color Harmonies of #80855B
Complementary color
Monochromatic Colors of #80855B
Black with #80855B
Text Example
Text Example
White with #80855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80855B; }
p { color: rgb(128,133,91); }
H1.HeaderClassName
{
color: #80855B;
}
.AnyTagClassName
{
color: #80855B;
}
</style>
background-color css
<style>
a { background-color: #80855B; }
a { background-color: rgb(128,133,91); }
div.DivClassName
{
background-color: #80855B;
}
.BgClassName
{
background-color: #80855B;
}
</style>
border-color css
<style>
span { border-color: #80855B; }
span { border-color: rgb(128,133,91); }
td.TdClassName
{
border-color: #80855B;
}
.TagClassName
{
border-color: #80855B;
}
</style>