Html Css Color HEX #85894A Wasabi

📋 copy color: '#85894A'

red 133 ◦ green 137 ◦ blue 74

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

Shades of Wasabi #85894A

Tints of Wasabi #85894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.83%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 38.66%
G = 39.83%
B = 21.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#85894A (or 0x85894A) is known color: Wasabi. HEX triplet: 85, 89 and 4A. RGB value is (133,137,74). Sum of RGB (Red+Green+Blue) = 133+137+74=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #85894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85894A is #7A76B5. Grayscale: #808080. Windows color (decimal): -8025782 or 4884869. OLE color: 4884869.

HSL color Cylindrical-coordinate representation of color #85894A: hue angle of 63.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85894A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 74 -
CMYK 0.03 0 0.46 0.46
HSL 63.81º 0.3% 0.41% -
HSV(B) 63.81º 0.46% 0.54% -
XYZ 19.85 23.37 9.94 -
YUV 128.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 133 137 74 0.03 0 0.46 0.46 63.81 0.3 0.41
Hex 85 89 4A 3 0 2E 2E 40 1E 29
Octal 205 211 112 3 0 56 56 100 36 51
Binary 10000101 10001001 1001010 11 0 101110 101110 1000000 11110 101001

Color Harmonies of #85894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85894A

Black with #85894A

Text Example


Text Example

White with #85894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85894A; }

 p { color: rgb(133,137,74); }

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

background-color css

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

 a { background-color: rgb(133,137,74); }

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

border-color css

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

 span { border-color: rgb(133,137,74); }

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