Html Css Color HEX #82745D Stonewall

📋 copy color: '#82745D'

red 130 ◦ green 116 ◦ blue 93

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

Shades of Stonewall #82745D

Tints of Stonewall #82745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

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

R = 38.35%
G = 34.22%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82745D (or 0x82745D) is known color: Stonewall. HEX triplet: 82, 74 and 5D. RGB value is (130,116,93). Sum of RGB (Red+Green+Blue) = 130+116+93=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745D is #7D8BA2. Grayscale: #757575. Windows color (decimal): -8227747 or 6124674. OLE color: 6124674.

HSL color Cylindrical-coordinate representation of color #82745D: hue angle of 37.3º 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 #82745D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 93 -
CMYK 0 0.11 0.28 0.49
HSL 37.3º 0.17% 0.44% -
HSV(B) 37.3º 0.28% 0.51% -
XYZ 17.43 18.03 12.92 -
YUV 117.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 130 116 93 0 0.11 0.28 0.49 37.3 0.17 0.44
Hex 82 74 5D 0 B 1C 31 25 11 2C
Octal 202 164 135 0 13 34 61 45 21 54
Binary 10000010 1110100 1011101 0 1011 11100 110001 100101 10001 101100

Color Harmonies of #82745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82745D

Black with #82745D

Text Example


Text Example

White with #82745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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