Html Css Color HEX #83894B Wasabi

📋 copy color: '#83894B'

red 131 ◦ green 137 ◦ blue 75

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

Shades of Wasabi #83894B

Tints of Wasabi #83894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 38.19%
G = 39.94%
B = 21.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#83894B (or 0x83894B) is known color: Wasabi. HEX triplet: 83, 89 and 4B. RGB value is (131,137,75). Sum of RGB (Red+Green+Blue) = 131+137+75=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #83894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83894B is #7C76B4. Grayscale: #808080. Windows color (decimal): -8156853 or 4950403. OLE color: 4950403.

HSL color Cylindrical-coordinate representation of color #83894B: hue angle of 65.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83894B is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 137 75 -
CMYK 0.04 0 0.45 0.46
HSL 65.81º 0.29% 0.42% -
HSV(B) 65.81º 0.45% 0.54% -
XYZ 19.58 23.22 10.11 -
YUV 128.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 131 137 75 0.04 0 0.45 0.46 65.81 0.29 0.42
Hex 83 89 4B 4 0 2D 2E 42 1D 2A
Octal 203 211 113 4 0 55 56 102 35 52
Binary 10000011 10001001 1001011 100 0 101101 101110 1000010 11101 101010

Color Harmonies of #83894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83894B

Black with #83894B

Text Example


Text Example

White with #83894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83894B; }

 p { color: rgb(131,137,75); }

 H1.HeaderClassName
 {
   color: #83894B;
 }
 .AnyTagClassName
 {
   color: #83894B;
 }
</style>

background-color css

<style>
 a { background-color: #83894B; }

 a { background-color: rgb(131,137,75); }

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

border-color css

<style>
 span { border-color: #83894B; }

 span { border-color: rgb(131,137,75); }

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