Html Css Color HEX #82843F Wasabi

📋 copy color: '#82843F'

red 130 ◦ green 132 ◦ blue 63

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

Shades of Wasabi #82843F

Tints of Wasabi #82843F

RGB

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

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

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

R = 40%
G = 40.62%
B = 19.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#82843F (or 0x82843F) is known color: Wasabi. HEX triplet: 82, 84 and 3F. RGB value is (130,132,63). Sum of RGB (Red+Green+Blue) = 130+132+63=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #82843F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82843F is #7D7BC0. Grayscale: #7B7B7B. Windows color (decimal): -8223681 or 4162690. OLE color: 4162690.

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

Color convert

RGB 130 132 63 -
CMYK 0.02 0 0.52 0.48
HSL 61.74º 0.35% 0.38% -
HSV(B) 61.74º 0.52% 0.52% -
XYZ 18.35 21.61 7.91 -
YUV 123.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 130 132 63 0.02 0 0.52 0.48 61.74 0.35 0.38
Hex 82 84 3F 2 0 34 30 3E 23 26
Octal 202 204 77 2 0 64 60 76 43 46
Binary 10000010 10000100 111111 10 0 110100 110000 111110 100011 100110

Color Harmonies of #82843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82843F

Black with #82843F

Text Example


Text Example

White with #82843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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