Html Css Color HEX #83942A Wasabi

📋 copy color: '#83942A'

red 131 ◦ green 148 ◦ blue 42

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

Shades of Wasabi #83942A

Tints of Wasabi #83942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 42 (16.8% from 255) = 13.08%

R = 40.81%
G = 46.11%
B = 13.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#83942A (or 0x83942A) is known color: Wasabi. HEX triplet: 83, 94 and 2A. RGB value is (131,148,42). Sum of RGB (Red+Green+Blue) = 131+148+42=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #83942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83942A is #7C6BD5. Grayscale: #838383. Windows color (decimal): -8154070 or 2790531. OLE color: 2790531.

HSL color Cylindrical-coordinate representation of color #83942A: hue angle of 69.62º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83942A is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 148 42 -
CMYK 0.11 0 0.72 0.42
HSL 69.62º 0.56% 0.37% -
HSV(B) 69.62º 0.72% 0.58% -
XYZ 20.37 26.17 6.17 -
YUV 130.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 131 148 42 0.11 0 0.72 0.42 69.62 0.56 0.37
Hex 83 94 2A B 0 48 2A 46 38 25
Octal 203 224 52 13 0 110 52 106 70 45
Binary 10000011 10010100 101010 1011 0 1001000 101010 1000110 111000 100101

Color Harmonies of #83942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83942A

Black with #83942A

Text Example


Text Example

White with #83942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,148,42); }

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

background-color css

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

 a { background-color: rgb(131,148,42); }

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

border-color css

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

 span { border-color: rgb(131,148,42); }

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