Html Css Color HEX #82745B Stonewall

📋 copy color: '#82745B'

red 130 ◦ green 116 ◦ blue 91

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

Shades of Stonewall #82745B

Tints of Stonewall #82745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 38.58%
G = 34.42%
B = 27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82745B (or 0x82745B) is known color: Stonewall. HEX triplet: 82, 74 and 5B. RGB value is (130,116,91). Sum of RGB (Red+Green+Blue) = 130+116+91=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745B is #7D8BA4. Grayscale: #757575. Windows color (decimal): -8227749 or 5993602. OLE color: 5993602.

HSL color Cylindrical-coordinate representation of color #82745B: hue angle of 38.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82745B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 91 -
CMYK 0 0.11 0.30 0.49
HSL 38.46º 0.18% 0.43% -
HSV(B) 38.46º 0.3% 0.51% -
XYZ 17.34 17.99 12.46 -
YUV 117.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 130 116 91 0 0.11 0.30 0.49 38.46 0.18 0.43
Hex 82 74 5B 0 B 1E 31 26 12 2B
Octal 202 164 133 0 13 36 61 46 22 53
Binary 10000010 1110100 1011011 0 1011 11110 110001 100110 10010 101011

Color Harmonies of #82745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82745B

Black with #82745B

Text Example


Text Example

White with #82745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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