Html Css Color HEX #827A62 Arrowtown

📋 copy color: '#827A62'

red 130 ◦ green 122 ◦ blue 98

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

Shades of Arrowtown #827A62

Tints of Arrowtown #827A62

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 value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827A62 (or 0x827A62) is known color: 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

RGB 130 122 98 -
CMYK 0 0.06 0.25 0.49
HSL 45º 0.14% 0.45% -
HSV(B) 45º 0.25% 0.51% -
XYZ 18.37 19.55 14.36 -
YUV 121.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 130 122 98 0 0.06 0.25 0.49 45 0.14 0.45
Hex 82 7A 62 0 6 19 31 2D E 2D
Octal 202 172 142 0 6 31 61 55 16 55
Binary 10000010 1111010 1100010 0 110 11001 110001 101101 1110 101101

Color Harmonies of #827A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A62

Black with #827A62

Text Example


Text Example

White with #827A62

Text Example


Text Example

HTML Codes & Css Web 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>