Html Css Color HEX #82883A Wasabi

📋 copy color: '#82883A'

red 130 ◦ green 136 ◦ blue 58

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

Shades of Wasabi #82883A

Tints of Wasabi #82883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 40.12%
G = 41.98%
B = 17.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#82883A (or 0x82883A) is known color: Wasabi. HEX triplet: 82, 88 and 3A. RGB value is (130,136,58). Sum of RGB (Red+Green+Blue) = 130+136+58=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #82883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82883A is #7D77C5. Grayscale: #7D7D7D. Windows color (decimal): -8222662 or 3836034. OLE color: 3836034.

HSL color Cylindrical-coordinate representation of color #82883A: hue angle of 64.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82883A is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 136 58 -
CMYK 0.04 0 0.57 0.47
HSL 64.62º 0.4% 0.38% -
HSV(B) 64.62º 0.57% 0.53% -
XYZ 18.77 22.66 7.39 -
YUV 125.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 130 136 58 0.04 0 0.57 0.47 64.62 0.4 0.38
Hex 82 88 3A 4 0 39 2F 41 28 26
Octal 202 210 72 4 0 71 57 101 50 46
Binary 10000010 10001000 111010 100 0 111001 101111 1000001 101000 100110

Color Harmonies of #82883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82883A

Black with #82883A

Text Example


Text Example

White with #82883A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,136,58); }

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

background-color css

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

 a { background-color: rgb(130,136,58); }

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

border-color css

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

 span { border-color: rgb(130,136,58); }

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