Html Css Color HEX #85924D Wasabi

📋 copy color: '#85924D'

red 133 ◦ green 146 ◦ blue 77

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

Shades of Wasabi #85924D

Tints of Wasabi #85924D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 37.36%
G = 41.01%
B = 21.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#85924D (or 0x85924D) is known color: Wasabi. HEX triplet: 85, 92 and 4D. RGB value is (133,146,77). Sum of RGB (Red+Green+Blue) = 133+146+77=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #85924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85924D is #7A6DB2. Grayscale: #868686. Windows color (decimal): -8023475 or 5083781. OLE color: 5083781.

HSL color Cylindrical-coordinate representation of color #85924D: hue angle of 71.3º 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 #85924D is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 146 77 -
CMYK 0.09 0 0.47 0.43
HSL 71.3º 0.31% 0.44% -
HSV(B) 71.3º 0.47% 0.57% -
XYZ 21.29 26.08 10.93 -
YUV 134.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 133 146 77 0.09 0 0.47 0.43 71.3 0.31 0.44
Hex 85 92 4D 9 0 2F 2B 47 1F 2C
Octal 205 222 115 11 0 57 53 107 37 54
Binary 10000101 10010010 1001101 1001 0 101111 101011 1000111 11111 101100

Color Harmonies of #85924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85924D

Black with #85924D

Text Example


Text Example

White with #85924D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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