Html Css Color HEX #83972C Wasabi

📋 copy color: '#83972C'

red 131 ◦ green 151 ◦ blue 44

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

Shades of Wasabi #83972C

Tints of Wasabi #83972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.32%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 40.18%
G = 46.32%
B = 13.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#83972C (or 0x83972C) is known color: Wasabi. HEX triplet: 83, 97 and 2C. RGB value is (131,151,44). Sum of RGB (Red+Green+Blue) = 131+151+44=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #83972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83972C is #7C68D3. Grayscale: #858585. Windows color (decimal): -8153300 or 2922371. OLE color: 2922371.

HSL color Cylindrical-coordinate representation of color #83972C: hue angle of 71.21º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83972C is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 44 -
CMYK 0.13 0 0.71 0.41
HSL 71.21º 0.55% 0.38% -
HSV(B) 71.21º 0.71% 0.59% -
XYZ 20.88 27.14 6.52 -
YUV 132.82 77.87 126.7 -
System Red Green Blue C M Y K H S L
Decimal 131 151 44 0.13 0 0.71 0.41 71.21 0.55 0.38
Hex 83 97 2C D 0 47 29 47 37 26
Octal 203 227 54 15 0 107 51 107 67 46
Binary 10000011 10010111 101100 1101 0 1000111 101001 1000111 110111 100110

Color Harmonies of #83972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83972C

Black with #83972C

Text Example


Text Example

White with #83972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83972C; }

 p { color: rgb(131,151,44); }

 H1.HeaderClassName
 {
   color: #83972C;
 }
 .AnyTagClassName
 {
   color: #83972C;
 }
</style>

background-color css

<style>
 a { background-color: #83972C; }

 a { background-color: rgb(131,151,44); }

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

border-color css

<style>
 span { border-color: #83972C; }

 span { border-color: rgb(131,151,44); }

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