Html Css Color HEX #83974B Wasabi

📋 copy color: '#83974B'

red 131 ◦ green 151 ◦ blue 75

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

Shades of Wasabi #83974B

Tints of Wasabi #83974B

RGB

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

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

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

R = 36.69%
G = 42.3%
B = 21.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#83974B (or 0x83974B) is known color: Wasabi. HEX triplet: 83, 97 and 4B. RGB value is (131,151,75). Sum of RGB (Red+Green+Blue) = 131+151+75=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #83974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83974B is #7C68B4. Grayscale: #888888. Windows color (decimal): -8153269 or 4953987. OLE color: 4953987.

HSL color Cylindrical-coordinate representation of color #83974B: hue angle of 75.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83974B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 75 -
CMYK 0.13 0 0.50 0.41
HSL 75.79º 0.34% 0.44% -
HSV(B) 75.79º 0.5% 0.59% -
XYZ 21.7 27.47 10.81 -
YUV 136.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 131 151 75 0.13 0 0.50 0.41 75.79 0.34 0.44
Hex 83 97 4B D 0 32 29 4C 22 2C
Octal 203 227 113 15 0 62 51 114 42 54
Binary 10000011 10010111 1001011 1101 0 110010 101001 1001100 100010 101100

Color Harmonies of #83974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83974B

Black with #83974B

Text Example


Text Example

White with #83974B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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