Html Css Color HEX #82893E Wasabi

📋 copy color: '#82893E'

red 130 ◦ green 137 ◦ blue 62

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

Shades of Wasabi #82893E

Tints of Wasabi #82893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.64%

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

R = 39.51%
G = 41.64%
B = 18.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#82893E (or 0x82893E) is known color: Wasabi. HEX triplet: 82, 89 and 3E. RGB value is (130,137,62). Sum of RGB (Red+Green+Blue) = 130+137+62=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #82893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82893E is #7D76C1. Grayscale: #7E7E7E. Windows color (decimal): -8222402 or 4098434. OLE color: 4098434.

HSL color Cylindrical-coordinate representation of color #82893E: hue angle of 65.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82893E is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 62 -
CMYK 0.05 0 0.55 0.46
HSL 65.6º 0.38% 0.39% -
HSV(B) 65.6º 0.55% 0.54% -
XYZ 19.02 22.98 7.99 -
YUV 126.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 130 137 62 0.05 0 0.55 0.46 65.6 0.38 0.39
Hex 82 89 3E 5 0 37 2E 42 26 27
Octal 202 211 76 5 0 67 56 102 46 47
Binary 10000010 10001001 111110 101 0 110111 101110 1000010 100110 100111

Color Harmonies of #82893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82893E

Black with #82893E

Text Example


Text Example

White with #82893E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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