Html Css Color HEX #85893A Wasabi

📋 copy color: '#85893A'

red 133 ◦ green 137 ◦ blue 58

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

Shades of Wasabi #85893A

Tints of Wasabi #85893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 40.55%
G = 41.77%
B = 17.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#85893A (or 0x85893A) is known color: Wasabi. HEX triplet: 85, 89 and 3A. RGB value is (133,137,58). Sum of RGB (Red+Green+Blue) = 133+137+58=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #85893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85893A is #7A76C5. Grayscale: #7F7F7F. Windows color (decimal): -8025798 or 3836293. OLE color: 3836293.

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

Color convert

RGB 133 137 58 -
CMYK 0.03 0 0.58 0.46
HSL 63.04º 0.41% 0.38% -
HSV(B) 63.04º 0.58% 0.54% -
XYZ 19.38 23.18 7.46 -
YUV 126.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 133 137 58 0.03 0 0.58 0.46 63.04 0.41 0.38
Hex 85 89 3A 3 0 3A 2E 3F 29 26
Octal 205 211 72 3 0 72 56 77 51 46
Binary 10000101 10001001 111010 11 0 111010 101110 111111 101001 100110

Color Harmonies of #85893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85893A

Black with #85893A

Text Example


Text Example

White with #85893A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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