Shades of Arrowtown #847B62
Tints of Arrowtown #847B62
RGB
CMYK
RGB Variations
Color information
#847B62 (or 0x847B62) is known color: Arrowtown. HEX triplet: 84, 7B and 62. RGB value is (132,123,98). Sum of RGB (Red+Green+Blue) = 132+123+98=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #847B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B62 is #7B849D. Grayscale: #7A7A7A. Windows color (decimal): -8094878 or 6454148. OLE color: 6454148.
HSL color Cylindrical-coordinate representation of color #847B62: hue angle of 44.12º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #847B62 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 123 | 98 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.48 |
| HSL | 44.12º | 0.15% | 0.45% | - |
| HSV(B) | 44.12º | 0.26% | 0.52% | - |
| XYZ | 18.8 | 19.95 | 14.42 | - |
| YUV | 122.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 98 | 0 | 0.07 | 0.26 | 0.48 | 44.12 | 0.15 | 0.45 |
| Hex | 84 | 7B | 62 | 0 | 7 | 1A | 30 | 2C | F | 2D |
| Octal | 204 | 173 | 142 | 0 | 7 | 32 | 60 | 54 | 17 | 55 |
| Binary | 10000100 | 1111011 | 1100010 | 0 | 111 | 11010 | 110000 | 101100 | 1111 | 101101 |
Color Harmonies of #847B62
Complementary color
Monochromatic Colors of #847B62
Black with #847B62
Text Example
Text Example
White with #847B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B62; }
p { color: rgb(132,123,98); }
H1.HeaderClassName
{
color: #847B62;
}
.AnyTagClassName
{
color: #847B62;
}
</style>
background-color css
<style>
a { background-color: #847B62; }
a { background-color: rgb(132,123,98); }
div.DivClassName
{
background-color: #847B62;
}
.BgClassName
{
background-color: #847B62;
}
</style>
border-color css
<style>
span { border-color: #847B62; }
span { border-color: rgb(132,123,98); }
td.TdClassName
{
border-color: #847B62;
}
.TagClassName
{
border-color: #847B62;
}
</style>