Html Css Color HEX #82745E Stonewall

📋 copy color: '#82745E'

red 130 ◦ green 116 ◦ blue 94

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

Shades of Stonewall #82745E

Tints of Stonewall #82745E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 38.24%
G = 34.12%
B = 27.65%

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

#82745E (or 0x82745E) is known color: Stonewall. HEX triplet: 82, 74 and 5E. RGB value is (130,116,94). Sum of RGB (Red+Green+Blue) = 130+116+94=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745E is #7D8BA1. Grayscale: #757575. Windows color (decimal): -8227746 or 6190210. OLE color: 6190210.

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

Color convert

RGB 130 116 94 -
CMYK 0 0.11 0.28 0.49
HSL 36.67º 0.16% 0.44% -
HSV(B) 36.67º 0.28% 0.51% -
XYZ 17.47 18.04 13.15 -
YUV 117.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 130 116 94 0 0.11 0.28 0.49 36.67 0.16 0.44
Hex 82 74 5E 0 B 1C 31 25 10 2C
Octal 202 164 136 0 13 34 61 45 20 54
Binary 10000010 1110100 1011110 0 1011 11100 110001 100101 10000 101100

Color Harmonies of #82745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82745E

Black with #82745E

Text Example


Text Example

White with #82745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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