Html Css Color HEX #82893F Wasabi

📋 copy color: '#82893F'

red 130 ◦ green 137 ◦ blue 63

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

Shades of Wasabi #82893F

Tints of Wasabi #82893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 39.39%
G = 41.52%
B = 19.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#82893F (or 0x82893F) is known color: Wasabi. HEX triplet: 82, 89 and 3F. RGB value is (130,137,63). Sum of RGB (Red+Green+Blue) = 130+137+63=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #82893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82893F is #7D76C0. Grayscale: #7E7E7E. Windows color (decimal): -8222401 or 4163970. OLE color: 4163970.

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

Color convert

RGB 130 137 63 -
CMYK 0.05 0 0.54 0.46
HSL 65.68º 0.37% 0.39% -
HSV(B) 65.68º 0.54% 0.54% -
XYZ 19.05 23 8.14 -
YUV 126.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 130 137 63 0.05 0 0.54 0.46 65.68 0.37 0.39
Hex 82 89 3F 5 0 36 2E 42 25 27
Octal 202 211 77 5 0 66 56 102 45 47
Binary 10000010 10001001 111111 101 0 110110 101110 1000010 100101 100111

Color Harmonies of #82893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82893F

Black with #82893F

Text Example


Text Example

White with #82893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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