Html Css Color HEX #838C49 Wasabi

📋 copy color: '#838C49'

red 131 ◦ green 140 ◦ blue 73

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

Shades of Wasabi #838C49

Tints of Wasabi #838C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.7%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 38.08%
G = 40.7%
B = 21.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#838C49 (or 0x838C49) is known color: Wasabi. HEX triplet: 83, 8C and 49. RGB value is (131,140,73). Sum of RGB (Red+Green+Blue) = 131+140+73=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #838C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C49 is #7C73B6. Grayscale: #818181. Windows color (decimal): -8156087 or 4820099. OLE color: 4820099.

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

Color convert

RGB 131 140 73 -
CMYK 0.06 0 0.48 0.45
HSL 68.06º 0.31% 0.42% -
HSV(B) 68.06º 0.48% 0.55% -
XYZ 19.94 24.06 9.9 -
YUV 129.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 131 140 73 0.06 0 0.48 0.45 68.06 0.31 0.42
Hex 83 8C 49 6 0 30 2D 44 1F 2A
Octal 203 214 111 6 0 60 55 104 37 52
Binary 10000011 10001100 1001001 110 0 110000 101101 1000100 11111 101010

Color Harmonies of #838C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C49

Black with #838C49

Text Example


Text Example

White with #838C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838C49; }

 p { color: rgb(131,140,73); }

 H1.HeaderClassName
 {
   color: #838C49;
 }
 .AnyTagClassName
 {
   color: #838C49;
 }
</style>

background-color css

<style>
 a { background-color: #838C49; }

 a { background-color: rgb(131,140,73); }

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

border-color css

<style>
 span { border-color: #838C49; }

 span { border-color: rgb(131,140,73); }

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