Html Css Color HEX #83942C Wasabi

📋 copy color: '#83942C'

red 131 ◦ green 148 ◦ blue 44

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

Shades of Wasabi #83942C

Tints of Wasabi #83942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.82%

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

R = 40.56%
G = 45.82%
B = 13.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#83942C (or 0x83942C) is known color: Wasabi. HEX triplet: 83, 94 and 2C. RGB value is (131,148,44). Sum of RGB (Red+Green+Blue) = 131+148+44=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #83942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83942C is #7C6BD3. Grayscale: #838383. Windows color (decimal): -8154068 or 2921603. OLE color: 2921603.

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

Color convert

RGB 131 148 44 -
CMYK 0.11 0 0.70 0.42
HSL 69.81º 0.54% 0.38% -
HSV(B) 69.81º 0.7% 0.58% -
XYZ 20.4 26.19 6.36 -
YUV 131.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 131 148 44 0.11 0 0.70 0.42 69.81 0.54 0.38
Hex 83 94 2C B 0 46 2A 46 36 26
Octal 203 224 54 13 0 106 52 106 66 46
Binary 10000011 10010100 101100 1011 0 1000110 101010 1000110 110110 100110

Color Harmonies of #83942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83942C

Black with #83942C

Text Example


Text Example

White with #83942C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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