Html Css Color HEX #827A61 Arrowtown

📋 copy color: '#827A61'

red 130 ◦ green 122 ◦ blue 97

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

Shades of Arrowtown #827A61

Tints of Arrowtown #827A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 37.25%
G = 34.96%
B = 27.79%

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

#827A61 (or 0x827A61) is known color: Arrowtown. HEX triplet: 82, 7A and 61. RGB value is (130,122,97). Sum of RGB (Red+Green+Blue) = 130+122+97=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A61 is #7D859E. Grayscale: #797979. Windows color (decimal): -8226207 or 6388354. OLE color: 6388354.

HSL color Cylindrical-coordinate representation of color #827A61: hue angle of 45.45º degrees, saturation: 0.15, 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 #827A61 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 97 -
CMYK 0 0.06 0.25 0.49
HSL 45.45º 0.15% 0.45% -
HSV(B) 45.45º 0.25% 0.51% -
XYZ 18.32 19.53 14.11 -
YUV 121.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 130 122 97 0 0.06 0.25 0.49 45.45 0.15 0.45
Hex 82 7A 61 0 6 19 31 2D F 2D
Octal 202 172 141 0 6 31 61 55 17 55
Binary 10000010 1111010 1100001 0 110 11001 110001 101101 1111 101101

Color Harmonies of #827A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A61

Black with #827A61

Text Example


Text Example

White with #827A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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