Html Css Color HEX #858C41 Wasabi

📋 copy color: '#858C41'

red 133 ◦ green 140 ◦ blue 65

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

Shades of Wasabi #858C41

Tints of Wasabi #858C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 39.35%
G = 41.42%
B = 19.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#858C41 (or 0x858C41) is known color: Wasabi. HEX triplet: 85, 8C and 41. RGB value is (133,140,65). Sum of RGB (Red+Green+Blue) = 133+140+65=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #858C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C41 is #7A73BE. Grayscale: #818181. Windows color (decimal): -8025023 or 4295813. OLE color: 4295813.

HSL color Cylindrical-coordinate representation of color #858C41: hue angle of 65.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #858C41 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 140 65 -
CMYK 0.05 0 0.54 0.45
HSL 65.6º 0.37% 0.4% -
HSV(B) 65.6º 0.54% 0.55% -
XYZ 20.01 24.12 8.6 -
YUV 129.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 133 140 65 0.05 0 0.54 0.45 65.6 0.37 0.4
Hex 85 8C 41 5 0 36 2D 42 25 28
Octal 205 214 101 5 0 66 55 102 45 50
Binary 10000101 10001100 1000001 101 0 110110 101101 1000010 100101 101000

Color Harmonies of #858C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C41

Black with #858C41

Text Example


Text Example

White with #858C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,65); }

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

background-color css

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

 a { background-color: rgb(133,140,65); }

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

border-color css

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

 span { border-color: rgb(133,140,65); }

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