Html Css Color HEX #83864A Wasabi

📋 copy color: '#83864A'

red 131 ◦ green 134 ◦ blue 74

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

Shades of Wasabi #83864A

Tints of Wasabi #83864A

RGB

 RED value IS 131 (51.56% from 255) = 38.64%

 GREEN value IS 134 (52.73% from 255) = 39.53%

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 38.64%
G = 39.53%
B = 21.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#83864A (or 0x83864A) is known color: Wasabi. HEX triplet: 83, 86 and 4A. RGB value is (131,134,74). Sum of RGB (Red+Green+Blue) = 131+134+74=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #83864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83864A is #7C79B5. Grayscale: #7E7E7E. Windows color (decimal): -8157622 or 4884099. OLE color: 4884099.

HSL color Cylindrical-coordinate representation of color #83864A: hue angle of 63º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83864A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 74 -
CMYK 0.02 0 0.45 0.47
HSL 63º 0.29% 0.41% -
HSV(B) 63º 0.45% 0.53% -
XYZ 19.12 22.37 9.79 -
YUV 126.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 131 134 74 0.02 0 0.45 0.47 63 0.29 0.41
Hex 83 86 4A 2 0 2D 2F 3F 1D 29
Octal 203 206 112 2 0 55 57 77 35 51
Binary 10000011 10000110 1001010 10 0 101101 101111 111111 11101 101001

Color Harmonies of #83864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83864A

Black with #83864A

Text Example


Text Example

White with #83864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,134,74); }

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

background-color css

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

 a { background-color: rgb(131,134,74); }

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

border-color css

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

 span { border-color: rgb(131,134,74); }

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