#827966

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

Shades of Arrowtown #827966

Tints of Arrowtown #827966

Color information

#827966 (or 0x827966) is unknown color: approx Arrowtown. HEX triplet: 82, 79 and 66. RGB value is (130,121,102). Sum of RGB (Red+Green+Blue) = 130+121+102=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827966 is #7D8699. Grayscale: #797979. Windows color (decimal): -8226458 or 6715778. OLE color: 6715778.

HSL color Cylindrical-coordinate representation of color #827966: hue angle of 40.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827966 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130121102-
CMYK00.070.220.49
HSL40.71º12.07%45.49%-
HSV(B)40.71º21.54%50.98%-
XYZ18.4419.3815.34-
YUV121.52116.98134.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=36.83%
G=34.28%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012110200.070.220.4940.7112.0745.49
Hex82796607163129c2d
Octal202171146072661511455
Binary10000010111100111001100111101101100011010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827966; }

 p { color: rgb(130,121,102); }

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

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

 a { background-color: rgb(130,121,102); }

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

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

 span { border-color: rgb(130,121,102); }

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