Html Css Color HEX #858B47 Wasabi

📋 copy color: '#858B47'

red 133 ◦ green 139 ◦ blue 71

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

Shades of Wasabi #858B47

Tints of Wasabi #858B47

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.52%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 38.78%
G = 40.52%
B = 20.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#858B47 (or 0x858B47) is known color: Wasabi. HEX triplet: 85, 8B and 47. RGB value is (133,139,71). Sum of RGB (Red+Green+Blue) = 133+139+71=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #858B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B47 is #7A74B8. Grayscale: #818181. Windows color (decimal): -8025273 or 4688773. OLE color: 4688773.

HSL color Cylindrical-coordinate representation of color #858B47: hue angle of 65.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #858B47 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 139 71 -
CMYK 0.04 0 0.49 0.45
HSL 65.29º 0.32% 0.41% -
HSV(B) 65.29º 0.49% 0.55% -
XYZ 20.04 23.91 9.52 -
YUV 129.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 133 139 71 0.04 0 0.49 0.45 65.29 0.32 0.41
Hex 85 8B 47 4 0 31 2D 41 20 29
Octal 205 213 107 4 0 61 55 101 40 51
Binary 10000101 10001011 1000111 100 0 110001 101101 1000001 100000 101001

Color Harmonies of #858B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B47

Black with #858B47

Text Example


Text Example

White with #858B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858B47; }

 p { color: rgb(133,139,71); }

 H1.HeaderClassName
 {
   color: #858B47;
 }
 .AnyTagClassName
 {
   color: #858B47;
 }
</style>

background-color css

<style>
 a { background-color: #858B47; }

 a { background-color: rgb(133,139,71); }

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

border-color css

<style>
 span { border-color: #858B47; }

 span { border-color: rgb(133,139,71); }

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