Html Css Color HEX #858A49 Wasabi

📋 copy color: '#858A49'

red 133 ◦ green 138 ◦ blue 73

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

Shades of Wasabi #858A49

Tints of Wasabi #858A49

RGB

 RED value IS 133 (52.34% from 255) = 38.66%

 GREEN value IS 138 (54.3% from 255) = 40.12%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 38.66%
G = 40.12%
B = 21.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#858A49 (or 0x858A49) is known color: Wasabi. HEX triplet: 85, 8A and 49. RGB value is (133,138,73). Sum of RGB (Red+Green+Blue) = 133+138+73=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #858A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A49 is #7A75B6. Grayscale: #818181. Windows color (decimal): -8025527 or 4819589. OLE color: 4819589.

HSL color Cylindrical-coordinate representation of color #858A49: hue angle of 64.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858A49 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 73 -
CMYK 0.04 0 0.47 0.46
HSL 64.62º 0.31% 0.41% -
HSV(B) 64.62º 0.47% 0.54% -
XYZ 19.96 23.64 9.81 -
YUV 129.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 133 138 73 0.04 0 0.47 0.46 64.62 0.31 0.41
Hex 85 8A 49 4 0 2F 2E 41 1F 29
Octal 205 212 111 4 0 57 56 101 37 51
Binary 10000101 10001010 1001001 100 0 101111 101110 1000001 11111 101001

Color Harmonies of #858A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A49

Black with #858A49

Text Example


Text Example

White with #858A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A49; }

 p { color: rgb(133,138,73); }

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

background-color css

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

 a { background-color: rgb(133,138,73); }

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

border-color css

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

 span { border-color: rgb(133,138,73); }

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