Html Css Color HEX #83904D Wasabi

📋 copy color: '#83904D'

red 131 ◦ green 144 ◦ blue 77

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

Shades of Wasabi #83904D

Tints of Wasabi #83904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 37.22%
G = 40.91%
B = 21.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#83904D (or 0x83904D) is known color: Wasabi. HEX triplet: 83, 90 and 4D. RGB value is (131,144,77). Sum of RGB (Red+Green+Blue) = 131+144+77=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #83904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83904D is #7C6FB2. Grayscale: #848484. Windows color (decimal): -8155059 or 5083267. OLE color: 5083267.

HSL color Cylindrical-coordinate representation of color #83904D: hue angle of 71.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83904D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 77 -
CMYK 0.09 0 0.47 0.44
HSL 71.64º 0.3% 0.43% -
HSV(B) 71.64º 0.47% 0.56% -
XYZ 20.67 25.31 10.82 -
YUV 132.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 131 144 77 0.09 0 0.47 0.44 71.64 0.3 0.43
Hex 83 90 4D 9 0 2F 2C 48 1E 2B
Octal 203 220 115 11 0 57 54 110 36 53
Binary 10000011 10010000 1001101 1001 0 101111 101100 1001000 11110 101011

Color Harmonies of #83904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83904D

Black with #83904D

Text Example


Text Example

White with #83904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83904D; }

 p { color: rgb(131,144,77); }

 H1.HeaderClassName
 {
   color: #83904D;
 }
 .AnyTagClassName
 {
   color: #83904D;
 }
</style>

background-color css

<style>
 a { background-color: #83904D; }

 a { background-color: rgb(131,144,77); }

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

border-color css

<style>
 span { border-color: #83904D; }

 span { border-color: rgb(131,144,77); }

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