Html Css Color HEX #82755A Stonewall

📋 copy color: '#82755A'

red 130 ◦ green 117 ◦ blue 90

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

Shades of Stonewall #82755A

Tints of Stonewall #82755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 38.58%
G = 34.72%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#82755A (or 0x82755A) is known color: Stonewall. HEX triplet: 82, 75 and 5A. RGB value is (130,117,90). Sum of RGB (Red+Green+Blue) = 130+117+90=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755A is #7D8AA5. Grayscale: #757575. Windows color (decimal): -8227494 or 5928322. OLE color: 5928322.

HSL color Cylindrical-coordinate representation of color #82755A: hue angle of 40.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82755A is Cyan = 0, Magento = 0.1, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 90 -
CMYK 0 0.1 0.31 0.49
HSL 40.5º 0.18% 0.43% -
HSV(B) 40.5º 0.31% 0.51% -
XYZ 17.41 18.21 12.27 -
YUV 117.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 130 117 90 0 0.1 0.31 0.49 40.5 0.18 0.43
Hex 82 75 5A 0 A 1F 31 28 12 2B
Octal 202 165 132 0 12 37 61 50 22 53
Binary 10000010 1110101 1011010 0 1010 11111 110001 101000 10010 101011

Color Harmonies of #82755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82755A

Black with #82755A

Text Example


Text Example

White with #82755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82755A; }

 p { color: rgb(130,117,90); }

 H1.HeaderClassName
 {
   color: #82755A;
 }
 .AnyTagClassName
 {
   color: #82755A;
 }
</style>

background-color css

<style>
 a { background-color: #82755A; }

 a { background-color: rgb(130,117,90); }

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

border-color css

<style>
 span { border-color: #82755A; }

 span { border-color: rgb(130,117,90); }

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