Shades of Finch #838853
Tints of Finch #838853
RGB
CMYK
RGB Variations
Color information
#838853 (or 0x838853) is known color: Finch. HEX triplet: 83, 88 and 53. RGB value is (131,136,83). Sum of RGB (Red+Green+Blue) = 131+136+83=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #838853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838853 is #7C77AC. Grayscale: #808080. Windows color (decimal): -8157101 or 5474435. OLE color: 5474435.
HSL color Cylindrical-coordinate representation of color #838853: hue angle of 65.66º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #838853 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 136 | 83 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.47 |
| HSL | 65.66º | 0.24% | 0.43% | - |
| HSV(B) | 65.66º | 0.39% | 0.53% | - |
| XYZ | 19.73 | 23.06 | 11.59 | - |
| YUV | 128.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 136 | 83 | 0.04 | 0 | 0.39 | 0.47 | 65.66 | 0.24 | 0.43 |
| Hex | 83 | 88 | 53 | 4 | 0 | 27 | 2F | 42 | 18 | 2B |
| Octal | 203 | 210 | 123 | 4 | 0 | 47 | 57 | 102 | 30 | 53 |
| Binary | 10000011 | 10001000 | 1010011 | 100 | 0 | 100111 | 101111 | 1000010 | 11000 | 101011 |
Color Harmonies of #838853
Complementary color
Monochromatic Colors of #838853
Black with #838853
Text Example
Text Example
White with #838853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838853; }
p { color: rgb(131,136,83); }
H1.HeaderClassName
{
color: #838853;
}
.AnyTagClassName
{
color: #838853;
}
</style>
background-color css
<style>
a { background-color: #838853; }
a { background-color: rgb(131,136,83); }
div.DivClassName
{
background-color: #838853;
}
.BgClassName
{
background-color: #838853;
}
</style>
border-color css
<style>
span { border-color: #838853; }
span { border-color: rgb(131,136,83); }
td.TdClassName
{
border-color: #838853;
}
.TagClassName
{
border-color: #838853;
}
</style>