Html Css Color HEX #84913F Wasabi

📋 copy color: '#84913F'

red 132 ◦ green 145 ◦ blue 63

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

Shades of Wasabi #84913F

Tints of Wasabi #84913F

RGB

 RED value IS 132 (51.95% from 255) = 38.82%

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

 BLUE value IS 63 (25% from 255) = 18.53%

R = 38.82%
G = 42.65%
B = 18.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#84913F (or 0x84913F) is known color: Wasabi. HEX triplet: 84, 91 and 3F. RGB value is (132,145,63). Sum of RGB (Red+Green+Blue) = 132+145+63=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #84913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84913F is #7B6EC0. Grayscale: #848484. Windows color (decimal): -8089281 or 4166020. OLE color: 4166020.

HSL color Cylindrical-coordinate representation of color #84913F: hue angle of 69.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84913F is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 63 -
CMYK 0.09 0 0.57 0.43
HSL 69.51º 0.39% 0.41% -
HSV(B) 69.51º 0.57% 0.57% -
XYZ 20.54 25.52 8.55 -
YUV 131.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 132 145 63 0.09 0 0.57 0.43 69.51 0.39 0.41
Hex 84 91 3F 9 0 39 2B 46 27 29
Octal 204 221 77 11 0 71 53 106 47 51
Binary 10000100 10010001 111111 1001 0 111001 101011 1000110 100111 101001

Color Harmonies of #84913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84913F

Black with #84913F

Text Example


Text Example

White with #84913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,145,63); }

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

background-color css

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

 a { background-color: rgb(132,145,63); }

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

border-color css

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

 span { border-color: rgb(132,145,63); }

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