Html Css Color HEX #85914D Wasabi

📋 copy color: '#85914D'

red 133 ◦ green 145 ◦ blue 77

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

Shades of Wasabi #85914D

Tints of Wasabi #85914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 37.46%
G = 40.85%
B = 21.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#85914D (or 0x85914D) is known color: Wasabi. HEX triplet: 85, 91 and 4D. RGB value is (133,145,77). Sum of RGB (Red+Green+Blue) = 133+145+77=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #85914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85914D is #7A6EB2. Grayscale: #858585. Windows color (decimal): -8023731 or 5083525. OLE color: 5083525.

HSL color Cylindrical-coordinate representation of color #85914D: hue angle of 70.59º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85914D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 145 77 -
CMYK 0.08 0 0.47 0.43
HSL 70.59º 0.31% 0.44% -
HSV(B) 70.59º 0.47% 0.57% -
XYZ 21.14 25.77 10.88 -
YUV 133.66 96.02 127.53 -
System Red Green Blue C M Y K H S L
Decimal 133 145 77 0.08 0 0.47 0.43 70.59 0.31 0.44
Hex 85 91 4D 8 0 2F 2B 47 1F 2C
Octal 205 221 115 10 0 57 53 107 37 54
Binary 10000101 10010001 1001101 1000 0 101111 101011 1000111 11111 101100

Color Harmonies of #85914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85914D

Black with #85914D

Text Example


Text Example

White with #85914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85914D; }

 p { color: rgb(133,145,77); }

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

background-color css

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

 a { background-color: rgb(133,145,77); }

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

border-color css

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

 span { border-color: rgb(133,145,77); }

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