Html Css Color HEX #82785B Stonewall

📋 copy color: '#82785B'

red 130 ◦ green 120 ◦ blue 91

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

Shades of Stonewall #82785B

Tints of Stonewall #82785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 38.12%
G = 35.19%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82785B (or 0x82785B) is known color: Stonewall. HEX triplet: 82, 78 and 5B. RGB value is (130,120,91). Sum of RGB (Red+Green+Blue) = 130+120+91=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82785B is #7D87A4. Grayscale: #777777. Windows color (decimal): -8226725 or 5994626. OLE color: 5994626.

HSL color Cylindrical-coordinate representation of color #82785B: hue angle of 44.62º 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 #82785B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 91 -
CMYK 0 0.08 0.30 0.49
HSL 44.62º 0.18% 0.43% -
HSV(B) 44.62º 0.3% 0.51% -
XYZ 17.81 18.93 12.61 -
YUV 119.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 130 120 91 0 0.08 0.30 0.49 44.62 0.18 0.43
Hex 82 78 5B 0 8 1E 31 2D 12 2B
Octal 202 170 133 0 10 36 61 55 22 53
Binary 10000010 1111000 1011011 0 1000 11110 110001 101101 10010 101011

Color Harmonies of #82785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82785B

Black with #82785B

Text Example


Text Example

White with #82785B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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