Html Css Color HEX #82755D Stonewall

📋 copy color: '#82755D'

red 130 ◦ green 117 ◦ blue 93

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

Shades of Stonewall #82755D

Tints of Stonewall #82755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 38.24%
G = 34.41%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82755D (or 0x82755D) is known color: Stonewall. HEX triplet: 82, 75 and 5D. RGB value is (130,117,93). Sum of RGB (Red+Green+Blue) = 130+117+93=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755D is #7D8AA2. Grayscale: #767676. Windows color (decimal): -8227491 or 6124930. OLE color: 6124930.

HSL color Cylindrical-coordinate representation of color #82755D: hue angle of 38.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82755D is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 93 -
CMYK 0 0.1 0.28 0.49
HSL 38.92º 0.17% 0.44% -
HSV(B) 38.92º 0.28% 0.51% -
XYZ 17.54 18.26 12.96 -
YUV 118.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 130 117 93 0 0.1 0.28 0.49 38.92 0.17 0.44
Hex 82 75 5D 0 A 1C 31 27 11 2C
Octal 202 165 135 0 12 34 61 47 21 54
Binary 10000010 1110101 1011101 0 1010 11100 110001 100111 10001 101100

Color Harmonies of #82755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82755D

Black with #82755D

Text Example


Text Example

White with #82755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82755D; }

 p { color: rgb(130,117,93); }

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

background-color css

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

 a { background-color: rgb(130,117,93); }

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

border-color css

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

 span { border-color: rgb(130,117,93); }

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