Html Css Color HEX #83913C Wasabi

📋 copy color: '#83913C'

red 131 ◦ green 145 ◦ blue 60

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

Shades of Wasabi #83913C

Tints of Wasabi #83913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 38.99%
G = 43.15%
B = 17.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#83913C (or 0x83913C) is known color: Wasabi. HEX triplet: 83, 91 and 3C. RGB value is (131,145,60). Sum of RGB (Red+Green+Blue) = 131+145+60=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #83913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83913C is #7C6EC3. Grayscale: #838383. Windows color (decimal): -8154820 or 3969411. OLE color: 3969411.

HSL color Cylindrical-coordinate representation of color #83913C: hue angle of 69.88º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83913C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 60 -
CMYK 0.10 0 0.59 0.43
HSL 69.88º 0.41% 0.4% -
HSV(B) 69.88º 0.59% 0.57% -
XYZ 20.3 25.4 8.11 -
YUV 131.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 131 145 60 0.10 0 0.59 0.43 69.88 0.41 0.4
Hex 83 91 3C A 0 3B 2B 46 29 28
Octal 203 221 74 12 0 73 53 106 51 50
Binary 10000011 10010001 111100 1010 0 111011 101011 1000110 101001 101000

Color Harmonies of #83913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83913C

Black with #83913C

Text Example


Text Example

White with #83913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,145,60); }

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

background-color css

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

 a { background-color: rgb(131,145,60); }

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

border-color css

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

 span { border-color: rgb(131,145,60); }

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