Html Css Color HEX #849141 Wasabi

📋 copy color: '#849141'

red 132 ◦ green 145 ◦ blue 65

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

Shades of Wasabi #849141

Tints of Wasabi #849141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 38.6%
G = 42.4%
B = 19.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#849141 (or 0x849141) is known color: Wasabi. HEX triplet: 84, 91 and 41. RGB value is (132,145,65). Sum of RGB (Red+Green+Blue) = 132+145+65=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #849141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849141 is #7B6EBE. Grayscale: #848484. Windows color (decimal): -8089279 or 4297092. OLE color: 4297092.

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

Color convert

RGB 132 145 65 -
CMYK 0.09 0 0.55 0.43
HSL 69.75º 0.38% 0.41% -
HSV(B) 69.75º 0.55% 0.57% -
XYZ 20.6 25.54 8.84 -
YUV 131.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 132 145 65 0.09 0 0.55 0.43 69.75 0.38 0.41
Hex 84 91 41 9 0 37 2B 46 26 29
Octal 204 221 101 11 0 67 53 106 46 51
Binary 10000100 10010001 1000001 1001 0 110111 101011 1000110 100110 101001

Color Harmonies of #849141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849141

Black with #849141

Text Example


Text Example

White with #849141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849141; }

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

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

background-color css

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

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

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

border-color css

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

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

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