Html Css Color HEX #85893B Wasabi

📋 copy color: '#85893B'

red 133 ◦ green 137 ◦ blue 59

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

Shades of Wasabi #85893B

Tints of Wasabi #85893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 40.43%
G = 41.64%
B = 17.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#85893B (or 0x85893B) is known color: Wasabi. HEX triplet: 85, 89 and 3B. RGB value is (133,137,59). Sum of RGB (Red+Green+Blue) = 133+137+59=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #85893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85893B is #7A76C4. Grayscale: #7F7F7F. Windows color (decimal): -8025797 or 3901829. OLE color: 3901829.

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

Color convert

RGB 133 137 59 -
CMYK 0.03 0 0.57 0.46
HSL 63.08º 0.4% 0.38% -
HSV(B) 63.08º 0.57% 0.54% -
XYZ 19.41 23.19 7.59 -
YUV 126.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 133 137 59 0.03 0 0.57 0.46 63.08 0.4 0.38
Hex 85 89 3B 3 0 39 2E 3F 28 26
Octal 205 211 73 3 0 71 56 77 50 46
Binary 10000101 10001001 111011 11 0 111001 101110 111111 101000 100110

Color Harmonies of #85893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85893B

Black with #85893B

Text Example


Text Example

White with #85893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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