Html Css Color HEX #85934E Wasabi

📋 copy color: '#85934E'

red 133 ◦ green 147 ◦ blue 78

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

Shades of Wasabi #85934E

Tints of Wasabi #85934E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.06%

 BLUE value IS 78 (30.86% from 255) = 21.79%

R = 37.15%
G = 41.06%
B = 21.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#85934E (or 0x85934E) is known color: Wasabi. HEX triplet: 85, 93 and 4E. RGB value is (133,147,78). Sum of RGB (Red+Green+Blue) = 133+147+78=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #85934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85934E is #7A6CB1. Grayscale: #878787. Windows color (decimal): -8023218 or 5149573. OLE color: 5149573.

HSL color Cylindrical-coordinate representation of color #85934E: hue angle of 72.17º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85934E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 78 -
CMYK 0.10 0 0.47 0.42
HSL 72.17º 0.31% 0.44% -
HSV(B) 72.17º 0.47% 0.58% -
XYZ 21.48 26.4 11.17 -
YUV 134.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 133 147 78 0.10 0 0.47 0.42 72.17 0.31 0.44
Hex 85 93 4E A 0 2F 2A 48 1F 2C
Octal 205 223 116 12 0 57 52 110 37 54
Binary 10000101 10010011 1001110 1010 0 101111 101010 1001000 11111 101100

Color Harmonies of #85934E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85934E

Black with #85934E

Text Example


Text Example

White with #85934E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85934E; }

 p { color: rgb(133,147,78); }

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

background-color css

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

 a { background-color: rgb(133,147,78); }

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

border-color css

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

 span { border-color: rgb(133,147,78); }

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