Html Css Color HEX #82716A Russett

📋 copy color: '#82716A'

red 130 ◦ green 113 ◦ blue 106

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

Shades of Russett #82716A

Tints of Russett #82716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 37.25%
G = 32.38%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82716A (or 0x82716A) is known color: Russett. HEX triplet: 82, 71 and 6A. RGB value is (130,113,106). Sum of RGB (Red+Green+Blue) = 130+113+106=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #82716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82716A is #7D8E95. Grayscale: #757575. Windows color (decimal): -8228502 or 6975874. OLE color: 6975874.

HSL color Cylindrical-coordinate representation of color #82716A: hue angle of 17.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82716A is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 106 -
CMYK 0 0.13 0.18 0.49
HSL 17.5º 0.1% 0.46% -
HSV(B) 17.5º 0.18% 0.51% -
XYZ 17.71 17.6 16.1 -
YUV 117.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 130 113 106 0 0.13 0.18 0.49 17.5 0.1 0.46
Hex 82 71 6A 0 D 12 31 12 A 2E
Octal 202 161 152 0 15 22 61 22 12 56
Binary 10000010 1110001 1101010 0 1101 10010 110001 10010 1010 101110

Color Harmonies of #82716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82716A

Black with #82716A

Text Example


Text Example

White with #82716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82716A; }

 p { color: rgb(130,113,106); }

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

background-color css

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

 a { background-color: rgb(130,113,106); }

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

border-color css

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

 span { border-color: rgb(130,113,106); }

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