Html Css Color HEX #827963 Arrowtown

📋 copy color: '#827963'

red 130 ◦ green 121 ◦ blue 99

#827963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arrowtown #827963

Tints of Arrowtown #827963

RGB

 RED value IS 130 (51.17% from 255) = 37.14%

 GREEN value IS 121 (47.66% from 255) = 34.57%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 37.14%
G = 34.57%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#827963 (or 0x827963) is known color: Arrowtown. HEX triplet: 82, 79 and 63. RGB value is (130,121,99). Sum of RGB (Red+Green+Blue) = 130+121+99=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #827963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827963 is #7D869C. Grayscale: #797979. Windows color (decimal): -8226461 or 6519170. OLE color: 6519170.

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

Color convert

RGB 130 121 99 -
CMYK 0 0.07 0.24 0.49
HSL 42.58º 0.14% 0.45% -
HSV(B) 42.58º 0.24% 0.51% -
XYZ 18.3 19.32 14.57 -
YUV 121.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 130 121 99 0 0.07 0.24 0.49 42.58 0.14 0.45
Hex 82 79 63 0 7 18 31 2B E 2D
Octal 202 171 143 0 7 30 61 53 16 55
Binary 10000010 1111001 1100011 0 111 11000 110001 101011 1110 101101

Color Harmonies of #827963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827963

Black with #827963

Text Example


Text Example

White with #827963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827963; }

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

 H1.HeaderClassName
 {
   color: #827963;
 }
 .AnyTagClassName
 {
   color: #827963;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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