Html Css Color HEX #827973 Americano

📋 copy color: '#827973'

red 130 ◦ green 121 ◦ blue 115

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

Shades of Americano #827973

Tints of Americano #827973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 35.52%
G = 33.06%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827973 (or 0x827973) is known color: Americano. HEX triplet: 82, 79 and 73. RGB value is (130,121,115). Sum of RGB (Red+Green+Blue) = 130+121+115=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827973 is #7D868C. Grayscale: #7B7B7B. Windows color (decimal): -8226445 or 7567746. OLE color: 7567746.

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

Color convert

RGB 130 121 115 -
CMYK 0 0.07 0.12 0.49
HSL 24º 0.06% 0.48% -
HSV(B) 24º 0.12% 0.51% -
XYZ 19.14 19.66 19.01 -
YUV 123.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 130 121 115 0 0.07 0.12 0.49 24 0.06 0.48
Hex 82 79 73 0 7 C 31 18 6 30
Octal 202 171 163 0 7 14 61 30 6 60
Binary 10000010 1111001 1110011 0 111 1100 110001 11000 110 110000

Color Harmonies of #827973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827973

Black with #827973

Text Example


Text Example

White with #827973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827973; }

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

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

background-color css

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

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

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

border-color css

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

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

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