Html Css Color HEX #83952C Wasabi

📋 copy color: '#83952C'

red 131 ◦ green 149 ◦ blue 44

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

Shades of Wasabi #83952C

Tints of Wasabi #83952C

RGB

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

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

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

R = 40.43%
G = 45.99%
B = 13.58%

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

#83952C (or 0x83952C) is known color: Wasabi. HEX triplet: 83, 95 and 2C. RGB value is (131,149,44). Sum of RGB (Red+Green+Blue) = 131+149+44=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #83952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83952C is #7C6AD3. Grayscale: #848484. Windows color (decimal): -8153812 or 2921859. OLE color: 2921859.

HSL color Cylindrical-coordinate representation of color #83952C: hue angle of 70.29º 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 #83952C is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 149 44 -
CMYK 0.12 0 0.70 0.42
HSL 70.29º 0.54% 0.38% -
HSV(B) 70.29º 0.7% 0.58% -
XYZ 20.56 26.5 6.41 -
YUV 131.65 78.54 127.54 -
System Red Green Blue C M Y K H S L
Decimal 131 149 44 0.12 0 0.70 0.42 70.29 0.54 0.38
Hex 83 95 2C C 0 46 2A 46 36 26
Octal 203 225 54 14 0 106 52 106 66 46
Binary 10000011 10010101 101100 1100 0 1000110 101010 1000110 110110 100110

Color Harmonies of #83952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83952C

Black with #83952C

Text Example


Text Example

White with #83952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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