Html Css Color HEX #82795E Stonewall

📋 copy color: '#82795E'

red 130 ◦ green 121 ◦ blue 94

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

Shades of Stonewall #82795E

Tints of Stonewall #82795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

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

R = 37.68%
G = 35.07%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82795E (or 0x82795E) is known color: Stonewall. HEX triplet: 82, 79 and 5E. RGB value is (130,121,94). Sum of RGB (Red+Green+Blue) = 130+121+94=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #82795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82795E is #7D86A1. Grayscale: #787878. Windows color (decimal): -8226466 or 6191490. OLE color: 6191490.

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

Color convert

RGB 130 121 94 -
CMYK 0 0.07 0.28 0.49
HSL 45º 0.16% 0.44% -
HSV(B) 45º 0.28% 0.51% -
XYZ 18.06 19.23 13.35 -
YUV 120.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 130 121 94 0 0.07 0.28 0.49 45 0.16 0.44
Hex 82 79 5E 0 7 1C 31 2D 10 2C
Octal 202 171 136 0 7 34 61 55 20 54
Binary 10000010 1111001 1011110 0 111 11100 110001 101101 10000 101100

Color Harmonies of #82795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82795E

Black with #82795E

Text Example


Text Example

White with #82795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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