Html Css Color HEX #827867 Arrowtown

📋 copy color: '#827867'

red 130 ◦ green 120 ◦ blue 103

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

Shades of Arrowtown #827867

Tints of Arrowtown #827867

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 36.83%
G = 33.99%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#827867 (or 0x827867) is known color: Arrowtown. HEX triplet: 82, 78 and 67. RGB value is (130,120,103). Sum of RGB (Red+Green+Blue) = 130+120+103=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827867 is #7D8798. Grayscale: #797979. Windows color (decimal): -8226713 or 6781058. OLE color: 6781058.

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

Color convert

RGB 130 120 103 -
CMYK 0 0.08 0.21 0.49
HSL 37.78º 0.12% 0.46% -
HSV(B) 37.78º 0.21% 0.51% -
XYZ 18.37 19.16 15.56 -
YUV 121.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 130 120 103 0 0.08 0.21 0.49 37.78 0.12 0.46
Hex 82 78 67 0 8 15 31 26 C 2E
Octal 202 170 147 0 10 25 61 46 14 56
Binary 10000010 1111000 1100111 0 1000 10101 110001 100110 1100 101110

Color Harmonies of #827867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827867

Black with #827867

Text Example


Text Example

White with #827867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827867; }

 p { color: rgb(130,120,103); }

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

background-color css

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

 a { background-color: rgb(130,120,103); }

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

border-color css

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

 span { border-color: rgb(130,120,103); }

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