Html Css Color HEX #82863E Wasabi

📋 copy color: '#82863E'

red 130 ◦ green 134 ◦ blue 62

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

Shades of Wasabi #82863E

Tints of Wasabi #82863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 39.88%
G = 41.1%
B = 19.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#82863E (or 0x82863E) is known color: Wasabi. HEX triplet: 82, 86 and 3E. RGB value is (130,134,62). Sum of RGB (Red+Green+Blue) = 130+134+62=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #82863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82863E is #7D79C1. Grayscale: #7C7C7C. Windows color (decimal): -8223170 or 4097666. OLE color: 4097666.

HSL color Cylindrical-coordinate representation of color #82863E: hue angle of 63.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82863E is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 62 -
CMYK 0.03 0 0.54 0.47
HSL 63.33º 0.37% 0.38% -
HSV(B) 63.33º 0.54% 0.53% -
XYZ 18.6 22.14 7.85 -
YUV 124.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 130 134 62 0.03 0 0.54 0.47 63.33 0.37 0.38
Hex 82 86 3E 3 0 36 2F 3F 25 26
Octal 202 206 76 3 0 66 57 77 45 46
Binary 10000010 10000110 111110 11 0 110110 101111 111111 100101 100110

Color Harmonies of #82863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82863E

Black with #82863E

Text Example


Text Example

White with #82863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,134,62); }

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

background-color css

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

 a { background-color: rgb(130,134,62); }

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

border-color css

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

 span { border-color: rgb(130,134,62); }

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