Html Css Color HEX #83952D Wasabi

📋 copy color: '#83952D'

red 131 ◦ green 149 ◦ blue 45

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

Shades of Wasabi #83952D

Tints of Wasabi #83952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 40.31%
G = 45.85%
B = 13.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#83952D (or 0x83952D) is known color: Wasabi. HEX triplet: 83, 95 and 2D. RGB value is (131,149,45). Sum of RGB (Red+Green+Blue) = 131+149+45=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #83952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83952D is #7C6AD2. Grayscale: #848484. Windows color (decimal): -8153811 or 2987395. OLE color: 2987395.

HSL color Cylindrical-coordinate representation of color #83952D: hue angle of 70.38º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83952D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 45 -
CMYK 0.12 0 0.70 0.42
HSL 70.38º 0.54% 0.38% -
HSV(B) 70.38º 0.7% 0.58% -
XYZ 20.58 26.51 6.51 -
YUV 131.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 131 149 45 0.12 0 0.70 0.42 70.38 0.54 0.38
Hex 83 95 2D C 0 46 2A 46 36 26
Octal 203 225 55 14 0 106 52 106 66 46
Binary 10000011 10010101 101101 1100 0 1000110 101010 1000110 110110 100110

Color Harmonies of #83952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83952D

Black with #83952D

Text Example


Text Example

White with #83952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83952D; }

 p { color: rgb(131,149,45); }

 H1.HeaderClassName
 {
   color: #83952D;
 }
 .AnyTagClassName
 {
   color: #83952D;
 }
</style>

background-color css

<style>
 a { background-color: #83952D; }

 a { background-color: rgb(131,149,45); }

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

border-color css

<style>
 span { border-color: #83952D; }

 span { border-color: rgb(131,149,45); }

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