Html Css Color HEX #83972F Wasabi

📋 copy color: '#83972F'

red 131 ◦ green 151 ◦ blue 47

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

Shades of Wasabi #83972F

Tints of Wasabi #83972F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 39.82%
G = 45.9%
B = 14.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#83972F (or 0x83972F) is known color: Wasabi. HEX triplet: 83, 97 and 2F. RGB value is (131,151,47). Sum of RGB (Red+Green+Blue) = 131+151+47=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #83972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83972F is #7C68D0. Grayscale: #858585. Windows color (decimal): -8153297 or 3118979. OLE color: 3118979.

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

Color convert

RGB 131 151 47 -
CMYK 0.13 0 0.69 0.41
HSL 71.54º 0.53% 0.39% -
HSV(B) 71.54º 0.69% 0.59% -
XYZ 20.94 27.16 6.83 -
YUV 133.16 79.37 126.46 -
System Red Green Blue C M Y K H S L
Decimal 131 151 47 0.13 0 0.69 0.41 71.54 0.53 0.39
Hex 83 97 2F D 0 45 29 48 35 27
Octal 203 227 57 15 0 105 51 110 65 47
Binary 10000011 10010111 101111 1101 0 1000101 101001 1001000 110101 100111

Color Harmonies of #83972F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83972F

Black with #83972F

Text Example


Text Example

White with #83972F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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