#827A62

Color #827A62 Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #827A62

Tints of Arrowtown #827A62

Color information

#827A62 (or 0x827A62) is unknown color: approx Arrowtown. HEX triplet: 82, 7A and 62. RGB value is (130,122,98). Sum of RGB (Red+Green+Blue) = 130+122+98=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A62 is #7D859D. Grayscale: #797979. Windows color (decimal): -8226206 or 6453890. OLE color: 6453890.

HSL color Cylindrical-coordinate representation of color #827A62: hue angle of 45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827A62 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13012298-
CMYK00.060.250.49
HSL45º14.04%44.71%-
HSV(B)45º24.62%50.98%-
XYZ18.3719.5514.36-
YUV121.66114.65133.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 98 (38.67% from 255) = 28%
R=37.14%
G=34.86%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301229800.060.250.494514.0444.71
Hex827A620619312de2d
Octal202172142063161551655
Binary10000010111101011000100110110011100011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A62; }

 p { color: rgb(130,122,98); }

 H1.HeaderClassName
 {
   color: #827A62;
 }
 .AnyTagClassName
 {
   color: #827A62;
 }
</style>
background-color css

<style>
 a { background-color: #827A62; }

 a { background-color: rgb(130,122,98); }

 div.DivClassName
 {
   background-color: #827A62;
 }
 .BgClassName
 {
   background-color: #827A62;
 }
</style>
border-color css

<style>
 span { border-color: #827A62; }

 span { border-color: rgb(130,122,98); }

 td.TdClassName
 {
   border-color: #827A62;
 }
 .TagClassName
 {
   border-color: #827A62;
 }
</style>