#827965

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

Shades of Arrowtown #827965

Tints of Arrowtown #827965

Color information

#827965 (or 0x827965) is unknown color: approx Arrowtown. HEX triplet: 82, 79 and 65. RGB value is (130,121,101). Sum of RGB (Red+Green+Blue) = 130+121+101=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #827965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827965 is #7D869A. Grayscale: #797979. Windows color (decimal): -8226459 or 6650242. OLE color: 6650242.

HSL color Cylindrical-coordinate representation of color #827965: hue angle of 41.38º degrees, saturation: 0.13, 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 #827965 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130121101-
CMYK00.070.220.49
HSL41.38º12.55%45.29%-
HSV(B)41.38º22.31%50.98%-
XYZ18.3919.3615.08-
YUV121.41116.48134.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=36.93%
G=34.38%
B=28.69%

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
Decimal13012110100.070.220.4941.3812.5545.29
Hex82796507163129d2d
Octal202171145072661511555
Binary10000010111100111001010111101101100011010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827965; }

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

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

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

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

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

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

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

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