Html Css Color HEX #82843E Wasabi

📋 copy color: '#82843E'

red 130 ◦ green 132 ◦ blue 62

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

Shades of Wasabi #82843E

Tints of Wasabi #82843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 40.12%
G = 40.74%
B = 19.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#82843E (or 0x82843E) is known color: Wasabi. HEX triplet: 82, 84 and 3E. RGB value is (130,132,62). Sum of RGB (Red+Green+Blue) = 130+132+62=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #82843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82843E is #7D7BC1. Grayscale: #7B7B7B. Windows color (decimal): -8223682 or 4097154. OLE color: 4097154.

HSL color Cylindrical-coordinate representation of color #82843E: hue angle of 61.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82843E is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 62 -
CMYK 0.02 0 0.53 0.48
HSL 61.71º 0.36% 0.38% -
HSV(B) 61.71º 0.53% 0.52% -
XYZ 18.33 21.6 7.76 -
YUV 123.42 93.34 132.69 -
System Red Green Blue C M Y K H S L
Decimal 130 132 62 0.02 0 0.53 0.48 61.71 0.36 0.38
Hex 82 84 3E 2 0 35 30 3E 24 26
Octal 202 204 76 2 0 65 60 76 44 46
Binary 10000010 10000100 111110 10 0 110101 110000 111110 100100 100110

Color Harmonies of #82843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82843E

Black with #82843E

Text Example


Text Example

White with #82843E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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