Html Css Color HEX #83954E Wasabi

📋 copy color: '#83954E'

red 131 ◦ green 149 ◦ blue 78

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

Shades of Wasabi #83954E

Tints of Wasabi #83954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 36.59%
G = 41.62%
B = 21.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#83954E (or 0x83954E) is known color: Wasabi. HEX triplet: 83, 95 and 4E. RGB value is (131,149,78). Sum of RGB (Red+Green+Blue) = 131+149+78=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #83954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83954E is #7C6AB1. Grayscale: #878787. Windows color (decimal): -8153778 or 5150083. OLE color: 5150083.

HSL color Cylindrical-coordinate representation of color #83954E: hue angle of 75.21º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83954E is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 78 -
CMYK 0.12 0 0.48 0.42
HSL 75.21º 0.31% 0.45% -
HSV(B) 75.21º 0.48% 0.58% -
XYZ 21.48 26.87 11.26 -
YUV 135.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 131 149 78 0.12 0 0.48 0.42 75.21 0.31 0.45
Hex 83 95 4E C 0 30 2A 4B 1F 2D
Octal 203 225 116 14 0 60 52 113 37 55
Binary 10000011 10010101 1001110 1100 0 110000 101010 1001011 11111 101101

Color Harmonies of #83954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83954E

Black with #83954E

Text Example


Text Example

White with #83954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,149,78); }

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

background-color css

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

 a { background-color: rgb(131,149,78); }

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

border-color css

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

 span { border-color: rgb(131,149,78); }

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